Class: Zendesk::Client::MacrosCollection
- Inherits:
-
Zendesk::Collection
- Object
- Zendesk::Collection
- Zendesk::Client::MacrosCollection
- Defined in:
- lib/zendesk/client/macros.rb
Instance Attribute Summary
Attributes included from Paginator
Instance Method Summary (collapse)
-
- (MacrosCollection) initialize(client, *args)
constructor
A new instance of MacrosCollection.
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
- (MacrosCollection) initialize(client, *args)
A new instance of MacrosCollection
12 13 14 |
# File 'lib/zendesk/client/macros.rb', line 12 def initialize(client, *args) super(client, :macro, *args) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Zendesk::Paginator