Class: NilAmount
- Inherits:
-
Object
- Object
- NilAmount
- Includes:
- Amount::Operations
- Defined in:
- lib/amountable/amount.rb
Instance Method Summary collapse
Methods included from Amount::Operations
Instance Method Details
#amountable ⇒ Object
48 |
# File 'lib/amountable/amount.rb', line 48 def amountable; nil; end |
#value ⇒ Object
47 |
# File 'lib/amountable/amount.rb', line 47 def value; Money.zero; end |