Class: Bookkeeping::CreditAmount

Inherits:
Amount
  • Object
show all
Defined in:
app/models/bookkeeping/credit_amount.rb

Instance Method Summary collapse

Methods inherited from Amount

#account_name=

Instance Method Details

#initObject



18
19
20
# File 'app/models/bookkeeping/credit_amount.rb', line 18

def init
  self.is_debit = false
end