Class: MessageBird::Recipient
Instance Attribute Summary collapse
-
#recipient ⇒ Object
Returns the value of attribute recipient.
-
#status ⇒ Object
Returns the value of attribute status.
-
#status_date_time ⇒ Object
Returns the value of attribute status_date_time.
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
#recipient ⇒ Object
Returns the value of attribute recipient.
7 8 9 |
# File 'lib/messagebird/recipient.rb', line 7 def recipient @recipient end |
#status ⇒ Object
Returns the value of attribute status.
7 8 9 |
# File 'lib/messagebird/recipient.rb', line 7 def status @status end |
#status_date_time ⇒ Object
Returns the value of attribute status_date_time.
8 9 10 |
# File 'lib/messagebird/recipient.rb', line 8 def status_date_time @status_date_time end |