Class: Zendesk::Client::TagsCollection
- Inherits:
-
Zendesk::Collection
- Object
- Zendesk::Collection
- Zendesk::Client::TagsCollection
- Defined in:
- lib/zendesk/client/tags.rb
Instance Attribute Summary
Attributes included from Paginator
Instance Method Summary (collapse)
-
- (TagsCollection) initialize(client, *args)
constructor
A new instance of TagsCollection.
Methods inherited from Zendesk::Collection
#create, #delete, #get, #post, #put, #update
Methods included from Paginator
#[], #clear_cache, #each, #fetch, #method_missing, #page, #per_page
Constructor Details
- (TagsCollection) initialize(client, *args)
A new instance of TagsCollection
12 13 14 |
# File 'lib/zendesk/client/tags.rb', line 12 def initialize(client, *args) super(client, :tag, *args) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Zendesk::Paginator