Class: Credere::DebitAmount

Inherits:
Amount
  • Object
show all
Defined in:
app/models/credere/debit_amount.rb

Overview

The DebitAmount class represents debit entries in the entry journal.

Examples:

debit_amount = Credere::DebitAmount.new(:account => cash, :amount => 1000)

Method Summary

Methods inherited from Amount

#account_name=