Class: MessageBird::CustomDetails
- Defined in:
- lib/messagebird/custom_details.rb
Instance Attribute Summary collapse
-
#custom1 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
-
#custom2 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
-
#custom3 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
-
#custom4 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
Method Summary
Methods inherited from Base
#initialize, #map_hash_elements_to_self, #value_to_time
Constructor Details
This class inherits a constructor from MessageBird::Base
Instance Attribute Details
#custom1 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
8 9 10 |
# File 'lib/messagebird/custom_details.rb', line 8 def custom1 @custom1 end |
#custom2 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
8 9 10 |
# File 'lib/messagebird/custom_details.rb', line 8 def custom2 @custom2 end |
#custom3 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
8 9 10 |
# File 'lib/messagebird/custom_details.rb', line 8 def custom3 @custom3 end |
#custom4 ⇒ Object
CustomDetails holds free-input fields for the Contact object.
8 9 10 |
# File 'lib/messagebird/custom_details.rb', line 8 def custom4 @custom4 end |