Class: MessageBird::ConversationMessage
- Defined in:
- lib/messagebird/conversation_message.rb
Instance Attribute Summary collapse
-
#channel_id ⇒ Object
Returns the value of attribute channel_id.
-
#content ⇒ Object
Returns the value of attribute content.
-
#conversation_id ⇒ Object
Returns the value of attribute conversation_id.
-
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#fallback ⇒ Object
Returns the value of attribute fallback.
-
#id ⇒ Object
Returns the value of attribute id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#updated_datetime ⇒ Object
Returns the value of attribute updated_datetime.
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
#channel_id ⇒ Object
Returns the value of attribute channel_id.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def channel_id @channel_id end |
#content ⇒ Object
Returns the value of attribute content.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def content @content end |
#conversation_id ⇒ Object
Returns the value of attribute conversation_id.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def conversation_id @conversation_id end |
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def created_datetime @created_datetime end |
#direction ⇒ Object
Returns the value of attribute direction.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def direction @direction end |
#fallback ⇒ Object
Returns the value of attribute fallback.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def fallback @fallback end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def id @id end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def type @type end |
#updated_datetime ⇒ Object
Returns the value of attribute updated_datetime.
7 8 9 |
# File 'lib/messagebird/conversation_message.rb', line 7 def updated_datetime @updated_datetime end |