class Intercom::Contact

Public Class Methods

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

Public Instance Methods

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