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