Class: Intercom::Event
- Inherits:
-
Object
- Object
- Intercom::Event
- Includes:
- Traits::ApiResource
- Defined in:
- lib/intercom/event.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!
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Intercom::Traits::ApiResource
Instance Method Details
#update_verb ⇒ Object
6 |
# File 'lib/intercom/event.rb', line 6 def update_verb; 'post' ; end |