Class: MessageBird::Balance

Inherits:
Base
  • Object
show all
Defined in:
lib/messagebird/balance.rb

Instance Attribute Summary collapse

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

#amountObject

Returns the value of attribute amount.



7
8
9
# File 'lib/messagebird/balance.rb', line 7

def amount
  @amount
end

#paymentObject

Returns the value of attribute payment.



7
8
9
# File 'lib/messagebird/balance.rb', line 7

def payment
  @payment
end

#typeObject

Returns the value of attribute type.



7
8
9
# File 'lib/messagebird/balance.rb', line 7

def type
  @type
end