Module: OfxParser::MonetaryClassSupport
- Included in:
- BankAccount, CreditAccount, InvestmentAccount, Transaction
- Defined in:
- lib/ofx.rb
Instance Attribute Summary collapse
-
#monies ⇒ Object
Returns the value of attribute monies.
Instance Method Summary collapse
-
#monetary_vars(*methods) ⇒ Object
:nodoc:.
Instance Attribute Details
#monies ⇒ Object
Returns the value of attribute monies.
4 5 6 |
# File 'lib/ofx.rb', line 4 def monies @monies end |
Instance Method Details
#monetary_vars(*methods) ⇒ Object
:nodoc:
6 7 8 9 |
# File 'lib/ofx.rb', line 6 def monetary_vars(*methods) #:nodoc: self.monies ||= [] self.monies += methods end |