Class: Intercom::Service::Event

Inherits:
BaseService show all
Includes:
ApiOperations::Bulk::Submit, ApiOperations::FindAll, ApiOperations::Save
Defined in:
lib/intercom/service/event.rb

Instance Attribute Summary

Attributes inherited from BaseService

#client

Instance Method Summary collapse

Methods included from ApiOperations::Bulk::Submit

#submit_bulk_job

Methods included from ApiOperations::Save

#create, #identity_hash, #save

Methods included from ApiOperations::FindAll

#find_all

Methods inherited from BaseService

#collection_name, #from_api, #initialize

Constructor Details

This class inherits a constructor from Intercom::Service::BaseService

Instance Method Details

#collection_classObject



20
21
22
# File 'lib/intercom/service/event.rb', line 20

def collection_class
  Intercom::Event
end

#collection_proxy_classObject



24
25
26
# File 'lib/intercom/service/event.rb', line 24

def collection_proxy_class
  Intercom::EventCollectionProxy
end