Class: Bookkeeping::CreditAmount
- Defined in:
- app/models/bookkeeping/credit_amount.rb
Instance Method Summary collapse
Methods inherited from Amount
Instance Method Details
#init ⇒ Object
18 19 20 |
# File 'app/models/bookkeeping/credit_amount.rb', line 18 def init self.is_debit = false end |