Class: MessageBird::Verify
Instance Attribute Summary collapse
-
#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.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#recipient ⇒ Object
Returns the value of attribute recipient.
-
#reference ⇒ Object
Returns the value of attribute reference.
-
#status ⇒ Object
Returns the value of attribute status.
-
#valid_until_datetime ⇒ Object
Returns the value of attribute valid_until_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.
14 15 16 |
# File 'lib/messagebird/verify.rb', line 14 def created_datetime @created_datetime end |
#href ⇒ Object
Returns the value of attribute href.
8 9 10 |
# File 'lib/messagebird/verify.rb', line 8 def href @href end |
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/messagebird/verify.rb', line 8 def id @id end |
#messages ⇒ Object
Returns the value of attribute messages.
8 9 10 |
# File 'lib/messagebird/verify.rb', line 8 def @messages end |
#recipient ⇒ Object
Returns the value of attribute recipient.
8 9 10 |
# File 'lib/messagebird/verify.rb', line 8 def recipient @recipient end |
#reference ⇒ Object
Returns the value of attribute reference.
8 9 10 |
# File 'lib/messagebird/verify.rb', line 8 def reference @reference end |
#status ⇒ Object
Returns the value of attribute status.
8 9 10 |
# File 'lib/messagebird/verify.rb', line 8 def status @status end |
#valid_until_datetime ⇒ Object
Returns the value of attribute valid_until_datetime.
14 15 16 |
# File 'lib/messagebird/verify.rb', line 14 def valid_until_datetime @valid_until_datetime end |