Class: Intercom::User
- Inherits:
-
Object
- Object
- Intercom::User
- Includes:
- ApiOperations::Count, ApiOperations::Delete, ApiOperations::Find, ApiOperations::FindAll, ApiOperations::List, ApiOperations::Load, ApiOperations::Save, ExtendedApiOperations::Tags, Traits::ApiResource, Traits::IncrementableAttributes
- Defined in:
- lib/intercom/user.rb
Instance Attribute Summary
Attributes included from Traits::ApiResource
Instance Method Summary collapse
Methods included from Traits::ApiResource
#flat_store_attribute?, #from_hash, #from_response, #initialize, #method_missing, #to_hash, #to_submittable_hash
Methods included from Traits::DirtyTracking
#field_changed?, #instance_variables_excluding_dirty_tracking_field, #mark_field_as_changed!, #mark_fields_as_changed!, #reset_changed_fields!
Methods included from Traits::IncrementableAttributes
Methods included from ExtendedApiOperations::Tags
Methods included from ApiOperations::Delete
Methods included from ApiOperations::Save
#identity_hash, included, #save
Methods included from ApiOperations::FindAll
Methods included from ApiOperations::Find
Methods included from ApiOperations::Load
Methods included from ApiOperations::List
Methods included from ApiOperations::Count
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Intercom::Traits::ApiResource
Instance Method Details
#flat_store_attributes ⇒ Object
26 |
# File 'lib/intercom/user.rb', line 26 def flat_store_attributes ; [:custom_attributes] ; end |
#identity_vars ⇒ Object
25 |
# File 'lib/intercom/user.rb', line 25 def identity_vars ; [:id, :email, :user_id] ; end |
#update_verb ⇒ Object
27 |
# File 'lib/intercom/user.rb', line 27 def update_verb ; 'post' ; end |