class Intercom::Company
Public Class Methods
collection_proxy_class()
click to toggle source
# File lib/intercom/company.rb, line 13 def self.collection_proxy_class Intercom::ClientCollectionProxy end
Public Instance Methods
flat_store_attributes()
click to toggle source
# File lib/intercom/company.rb, line 18 def flat_store_attributes ; [:custom_attributes] ; end
identity_vars()
click to toggle source
# File lib/intercom/company.rb, line 17 def identity_vars ; [:id, :company_id] ; end
update_verb()
click to toggle source
# File lib/intercom/company.rb, line 19 def update_verb ; 'post' ; end