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