Class: Intercom::Service::Lead

Instance Attribute Summary

Attributes inherited from BaseService

#client

Instance Method Summary collapse

Methods included from ApiOperations::RequestHardDelete

#request_hard_delete

Methods included from ApiOperations::Archive

#archive

Methods included from ApiOperations::Convert

#convert

Methods included from ApiOperations::Scroll

#scroll

Methods included from ApiOperations::Save

#create, #identity_hash, #save

Methods included from ApiOperations::FindAll

#find_all

Methods included from ApiOperations::Find

#find

Methods included from ApiOperations::List

#all

Methods included from ApiOperations::Load

#load

Methods inherited from BaseService

#from_api, #initialize

Constructor Details

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

Instance Method Details

#collection_classObject



32
33
34
# File 'lib/intercom/service/lead.rb', line 32

def collection_class
  Intercom::Lead
end

#collection_nameObject



36
37
38
# File 'lib/intercom/service/lead.rb', line 36

def collection_name
  'contacts'
end

#collection_proxy_classObject



28
29
30
# File 'lib/intercom/service/lead.rb', line 28

def collection_proxy_class
  Intercom::DeprecatedLeadsCollectionProxy
end