Class: Plutus::DebitAmount

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

Overview

The DebitAmount class represents debit entries in the entry journal.

Examples:

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

Author:

  • Michael Bulat

Method Summary

Methods inherited from Amount

#account_name=