Class: Intercom::Service::Lead
- Inherits:
-
BaseService
- Object
- BaseService
- Intercom::Service::Lead
- Includes:
- ApiOperations::Archive, ApiOperations::Convert, ApiOperations::Find, ApiOperations::FindAll, ApiOperations::List, ApiOperations::Load, ApiOperations::RequestHardDelete, ApiOperations::Save, ApiOperations::Scroll
- Defined in:
- lib/intercom/service/lead.rb
Instance Attribute Summary
Attributes inherited from BaseService
Instance Method Summary collapse
Methods included from ApiOperations::RequestHardDelete
Methods included from ApiOperations::Archive
Methods included from ApiOperations::Convert
Methods included from ApiOperations::Scroll
Methods included from ApiOperations::Save
#create, #identity_hash, #save
Methods included from ApiOperations::FindAll
Methods included from ApiOperations::Find
Methods included from ApiOperations::List
Methods included from ApiOperations::Load
Methods inherited from BaseService
Constructor Details
This class inherits a constructor from Intercom::Service::BaseService
Instance Method Details
#collection_class ⇒ Object
32 33 34 |
# File 'lib/intercom/service/lead.rb', line 32 def collection_class Intercom::Lead end |
#collection_name ⇒ Object
36 37 38 |
# File 'lib/intercom/service/lead.rb', line 36 def collection_name 'contacts' end |
#collection_proxy_class ⇒ Object
28 29 30 |
# File 'lib/intercom/service/lead.rb', line 28 def collection_proxy_class Intercom::DeprecatedLeadsCollectionProxy end |