Class: ZendeskAPI::TicketEvent
- Inherits:
-
DataResource
- Object
- Data
- DataResource
- ZendeskAPI::TicketEvent
- Defined in:
- lib/zendesk_api/resources.rb
Defined Under Namespace
Classes: Event
Instance Attribute Summary
Attributes inherited from DataResource
Attributes inherited from Data
#association, #attributes, #errors, #response
Class Method Summary collapse
-
.incremental_export(client, start_time) ⇒ Collection
Gets a incremental export of ticket events from the start_time until now.
Methods included from Verbs
Methods inherited from Data
#==, #id, inherited, #initialize, #loaded_associations, #method_missing, namespace, new_from_response, #new_record?, #path, resource_name, resource_path, #respond_to_missing?, singular_resource_name, subclasses, #to_json, #to_s
Methods included from Associations
Constructor Details
This class inherits a constructor from ZendeskAPI::Data
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ZendeskAPI::Data
Class Method Details
.incremental_export(client, start_time) ⇒ Collection
Gets a incremental export of ticket events from the start_time until now.
364 365 366 |
# File 'lib/zendesk_api/resources.rb', line 364 def self.incremental_export(client, start_time) ZendeskAPI::Collection.new(client, self, :path => "incremental/ticket_events?start_time=#{start_time.to_i}") end |