class Intercom::User

Public Instance Methods

flat_store_attributes() click to toggle source
# File lib/intercom/user.rb, line 15
def flat_store_attributes
  [:custom_attributes]
end
identity_vars() click to toggle source
# File lib/intercom/user.rb, line 11
def identity_vars
  %i[id email user_id]
end
update_verb() click to toggle source
# File lib/intercom/user.rb, line 19
def update_verb
  'post'
end