Class: MessageBird::VoiceMessage
- Defined in:
- lib/messagebird/voicemessage.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
-
#href ⇒ Object
Returns the value of attribute href.
-
#id ⇒ Object
Returns the value of attribute id.
-
#if_machine ⇒ Object
Returns the value of attribute if_machine.
-
#language ⇒ Object
Returns the value of attribute language.
-
#originator ⇒ Object
Returns the value of attribute originator.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#repeat ⇒ Object
Returns the value of attribute repeat.
-
#scheduled_date_time ⇒ Object
Returns the value of attribute scheduled_date_time.
-
#voice ⇒ Object
Returns the value of attribute voice.
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/voicemessage.rb', line 8 def body @body end |
#created_datetime ⇒ Object
Returns the value of attribute created_datetime.
9 10 11 |
# File 'lib/messagebird/voicemessage.rb', line 9 def created_datetime @created_datetime end |
#href ⇒ Object
Returns the value of attribute href.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def id @id end |
#if_machine ⇒ Object
Returns the value of attribute if_machine.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def if_machine @if_machine end |
#language ⇒ Object
Returns the value of attribute language.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def language @language end |
#originator ⇒ Object
Returns the value of attribute originator.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def originator @originator end |
#recipients ⇒ Object
Returns the value of attribute recipients.
9 10 11 |
# File 'lib/messagebird/voicemessage.rb', line 9 def recipients @recipients end |
#reference ⇒ Object
Returns the value of attribute reference.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def reference @reference end |
#repeat ⇒ Object
Returns the value of attribute repeat.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def repeat @repeat end |
#scheduled_date_time ⇒ Object
Returns the value of attribute scheduled_date_time.
9 10 11 |
# File 'lib/messagebird/voicemessage.rb', line 9 def scheduled_date_time @scheduled_date_time end |
#voice ⇒ Object
Returns the value of attribute voice.
8 9 10 |
# File 'lib/messagebird/voicemessage.rb', line 8 def voice @voice end |