class Intercom::Service::Lead

Public Instance Methods

collection_class() click to toggle source
# File lib/intercom/service/lead.rb, line 32
def collection_class
  Intercom::Lead
end
collection_name() click to toggle source
# File lib/intercom/service/lead.rb, line 36
def collection_name
  'contacts'
end
collection_proxy_class() click to toggle source
# File lib/intercom/service/lead.rb, line 28
def collection_proxy_class
  Intercom::DeprecatedLeadsCollectionProxy
end