Class: Intercom::Service::Event
- Inherits:
-
BaseService
- Object
- BaseService
- Intercom::Service::Event
- Defined in:
- lib/intercom/service/event.rb
Instance Attribute Summary
Attributes inherited from BaseService
Instance Method Summary collapse
Methods included from ApiOperations::Bulk::Submit
Methods included from ApiOperations::Save
#create, #identity_hash, #save
Methods included from ApiOperations::FindAll
Methods inherited from BaseService
#collection_name, #from_api, #initialize
Constructor Details
This class inherits a constructor from Intercom::Service::BaseService
Instance Method Details
#collection_class ⇒ Object
20 21 22 |
# File 'lib/intercom/service/event.rb', line 20 def collection_class Intercom::Event end |
#collection_proxy_class ⇒ Object
24 25 26 |
# File 'lib/intercom/service/event.rb', line 24 def collection_proxy_class Intercom::EventCollectionProxy end |