Class: Intercom::Service::Company
- Inherits:
-
BaseService
- Object
- BaseService
- Intercom::Service::Company
- Includes:
- ApiOperations::Find, ApiOperations::FindAll, ApiOperations::List, ApiOperations::Load, ApiOperations::Save, ExtendedApiOperations::Segments, ExtendedApiOperations::Tags, ExtendedApiOperations::Users
- Defined in:
- lib/intercom/service/company.rb
Instance Attribute Summary
Attributes inherited from BaseService
Instance Method Summary collapse
Methods included from ExtendedApiOperations::Segments
Methods included from ExtendedApiOperations::Tags
Methods included from ExtendedApiOperations::Users
Methods included from ApiOperations::Save
#create, #identity_hash, #save
Methods included from ApiOperations::List
Methods included from ApiOperations::Load
Methods included from ApiOperations::FindAll
Methods included from ApiOperations::Find
Methods inherited from BaseService
Constructor Details
This class inherits a constructor from Intercom::Service::BaseService
Instance Method Details
#collection_class ⇒ Object
23 24 25 |
# File 'lib/intercom/service/company.rb', line 23 def collection_class Intercom::Company end |