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