Class: ESA::Amounts::Credit

Inherits:
ESA::Amount
  • Object
show all
Defined in:
app/models/esa/amounts/credit.rb

Overview

The Credit class represents credit entries in the transaction journal.

Examples:

credit_amount = ESA::Amounts::Credit.new(:account => revenue, :amount => 1000)

Author:

  • Lenno Nagel

Method Summary

Methods inherited from ESA::Amount

#is_credit?, #is_debit?