Class: MessageBird::Balance
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#payment ⇒ Object
Returns the value of attribute payment.
-
#type ⇒ Object
Returns the value of attribute type.
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
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/messagebird/balance.rb', line 7 def amount @amount end |
#payment ⇒ Object
Returns the value of attribute payment.
7 8 9 |
# File 'lib/messagebird/balance.rb', line 7 def payment @payment end |
#type ⇒ Object
Returns the value of attribute type.
7 8 9 |
# File 'lib/messagebird/balance.rb', line 7 def type @type end |