Class: MessageBird::Message
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
-
#datacoding ⇒ Object
Returns the value of attribute datacoding.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#gateway ⇒ Object
Returns the value of attribute gateway.
-
#href ⇒ Object
Returns the value of attribute href.
-
#id ⇒ Object
Returns the value of attribute id.
-
#mclass ⇒ Object
Returns the value of attribute mclass.
-
#originator ⇒ Object
Returns the value of attribute originator.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#scheduled_date_time ⇒ Object
Returns the value of attribute scheduled_date_time.
-
#type ⇒ Object
Returns the value of attribute type.
-
#type_details ⇒ Object
Returns the value of attribute type_details.
-
#validity ⇒ Object
Returns the value of attribute validity.
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
#body ⇒ Object
Returns the value of attribute body.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def body @body end |
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
10 11 12 |
# File 'lib/messagebird/message.rb', line 10 def created_datetime @created_datetime end |
#datacoding ⇒ Object
Returns the value of attribute datacoding.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def datacoding @datacoding end |
#direction ⇒ Object
Returns the value of attribute direction.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def direction @direction end |
#gateway ⇒ Object
Returns the value of attribute gateway.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def gateway @gateway end |
#href ⇒ Object
Returns the value of attribute href.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def id @id end |
#mclass ⇒ Object
Returns the value of attribute mclass.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def mclass @mclass end |
#originator ⇒ Object
Returns the value of attribute originator.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def originator @originator end |
#recipients ⇒ Object
Returns the value of attribute recipients.
10 11 12 |
# File 'lib/messagebird/message.rb', line 10 def recipients @recipients end |
#reference ⇒ Object
Returns the value of attribute reference.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def reference @reference end |
#scheduled_date_time ⇒ Object
Returns the value of attribute scheduled_date_time.
10 11 12 |
# File 'lib/messagebird/message.rb', line 10 def scheduled_date_time @scheduled_date_time end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def type @type end |
#type_details ⇒ Object
Returns the value of attribute type_details.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def type_details @type_details end |
#validity ⇒ Object
Returns the value of attribute validity.
8 9 10 |
# File 'lib/messagebird/message.rb', line 8 def validity @validity end |