Class: MessageBird::ConversationMessage

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/conversation_message.rb

Instance Attribute Summary collapse

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_idObject

Returns the value of attribute channel_id.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def channel_id
  @channel_id
end

#contentObject

Returns the value of attribute content.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def content
  @content
end

#conversation_idObject

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_datetimeObject

Returns the value of attribute created_datetime.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def created_datetime
  @created_datetime
end

#directionObject

Returns the value of attribute direction.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def direction
  @direction
end

#fallbackObject

Returns the value of attribute fallback.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def fallback
  @fallback
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def id
  @id
end

#statusObject

Returns the value of attribute status.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def status
  @status
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def type
  @type
end

#updated_datetimeObject

Returns the value of attribute updated_datetime.



7
8
9
# File 'lib/messagebird/conversation_message.rb', line 7

def updated_datetime
  @updated_datetime
end