Class: DoubleDouble::Amount Abstract

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/double_double/amount.rb

Overview

This class is abstract.

An amount must be a subclass as either a debit or a credit to be saved to the database.

The Amount class represents debit and credit amounts in the system.

Direct Known Subclasses

CreditAmount, DebitAmount