Class: Rentvine::Balance
- Inherits:
-
RentvineModel
- Object
- OpenStruct
- RentvineModel
- Rentvine::Balance
- Defined in:
- lib/rentvine/model/balance.rb
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ Balance
constructor
A new instance of Balance.
Methods inherited from RentvineModel
Constructor Details
#initialize(data = {}) ⇒ Balance
Returns a new instance of Balance.
3 4 5 |
# File 'lib/rentvine/model/balance.rb', line 3 def initialize(data = {}) super(data) end |