class Intercom::Contact

Public Class Methods

collection_proxy_class() click to toggle source
# File lib/intercom/contact.rb, line 19
def self.collection_proxy_class
  Intercom::BaseCollectionProxy
end

Public Instance Methods

flat_store_attributes() click to toggle source
# File lib/intercom/contact.rb, line 27
def flat_store_attributes
  [:custom_attributes]
end
identity_vars() click to toggle source
# File lib/intercom/contact.rb, line 23
def identity_vars
  [:id]
end