class Intercom::Lead

Public Instance Methods

flat_store_attributes() click to toggle source
# File lib/intercom/lead.rb, line 13
def flat_store_attributes
  [:custom_attributes]
end
identity_vars() click to toggle source
# File lib/intercom/lead.rb, line 9
def identity_vars
  %i[email user_id]
end
update_verb() click to toggle source
# File lib/intercom/lead.rb, line 17
def update_verb
  'put'
end