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