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