Class: MessageBird::ConversationChannel
- Defined in:
- lib/messagebird/conversation_channel.rb
Instance Attribute Summary collapse
-
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#platform_id ⇒ Object
Returns the value of attribute platform_id.
-
#status ⇒ Object
Returns the value of attribute status.
-
#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
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
8 9 10 |
# File 'lib/messagebird/conversation_channel.rb', line 8 def created_datetime @created_datetime end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/messagebird/conversation_channel.rb', line 7 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/messagebird/conversation_channel.rb', line 7 def name @name end |
#platform_id ⇒ Object
Returns the value of attribute platform_id.
7 8 9 |
# File 'lib/messagebird/conversation_channel.rb', line 7 def platform_id @platform_id end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/messagebird/conversation_channel.rb', line 7 def status @status end |
#updated_datetime ⇒ Object
Returns the value of attribute updated_datetime.
8 9 10 |
# File 'lib/messagebird/conversation_channel.rb', line 8 def updated_datetime @updated_datetime end |