Class: Intercom::User
- Inherits:
-
Object
- Object
- Intercom::User
- 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_json, #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
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
15 16 17 |
# File 'lib/intercom/user.rb', line 15 def flat_store_attributes [:custom_attributes] end |
#identity_vars ⇒ Object
11 12 13 |
# File 'lib/intercom/user.rb', line 11 def identity_vars %i[id email user_id] end |
#update_verb ⇒ Object
19 20 21 |
# File 'lib/intercom/user.rb', line 19 def update_verb 'post' end |