Class: Intercom::Company
Instance Attribute Summary
#client, #id
Class Method Summary
collapse
Instance Method Summary
collapse
included
#==, #flat_store_attribute?, #from_hash, #from_response, #initialize, #method_missing, #to_hash, #to_json, #to_submittable_hash
#field_changed?, #instance_variables_excluding_dirty_tracking_field, #mark_field_as_changed!, #mark_fields_as_changed!, #reset_changed_fields!
#decrement, #increment
Class Method Details
.collection_proxy_class ⇒ Object
Instance Method Details
#flat_store_attributes ⇒ Object
18
|
# File 'lib/intercom/company.rb', line 18
def flat_store_attributes ; [:custom_attributes] ; end
|
#identity_vars ⇒ Object
17
|
# File 'lib/intercom/company.rb', line 17
def identity_vars ; [:id, :company_id] ; end
|
#update_verb ⇒ Object
19
|
# File 'lib/intercom/company.rb', line 19
def update_verb ; 'post' ; end
|