Class: Aranha::Parsers::Ofx::Data::InvestmentAccount
- Extended by:
- MonetaryClassSupport
- Includes:
- MonetarySupport
- Defined in:
- lib/aranha/parsers/ofx/data/investment_account.rb
Instance Attribute Summary collapse
-
#broker_id ⇒ Object
Returns the value of attribute broker_id.
-
#cash_balance ⇒ Object
Returns the value of attribute cash_balance.
-
#margin_balance ⇒ Object
Returns the value of attribute margin_balance.
-
#positions ⇒ Object
Returns the value of attribute positions.
-
#short_balance ⇒ Object
Returns the value of attribute short_balance.
Attributes included from MonetaryClassSupport
Attributes inherited from Account
#number, #routing_number, #statement, #transaction_uid
Method Summary
Methods included from MonetaryClassSupport
Methods included from MonetarySupport
#method_missing, #monetary_method_call?, #original_method, #pennies_for, #respond_to?
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Aranha::Parsers::Ofx::Data::MonetarySupport
Instance Attribute Details
#broker_id ⇒ Object
Returns the value of attribute broker_id.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/investment_account.rb', line 8 def broker_id @broker_id end |
#cash_balance ⇒ Object
Returns the value of attribute cash_balance.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/investment_account.rb', line 8 def cash_balance @cash_balance end |
#margin_balance ⇒ Object
Returns the value of attribute margin_balance.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/investment_account.rb', line 8 def margin_balance @margin_balance end |
#positions ⇒ Object
Returns the value of attribute positions.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/investment_account.rb', line 8 def positions @positions end |
#short_balance ⇒ Object
Returns the value of attribute short_balance.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/investment_account.rb', line 8 def short_balance @short_balance end |