Class: Plutus::CreditAmount

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

Overview

The CreditAmount class represents credit entries in the entry journal.

Examples:

credit_amount = Plutus::CreditAmount.new(:account => revenue, :amount => 1000)

Author:

  • Michael Bulat

Method Summary

Methods inherited from Amount

#account_name=