Class: OfxParser::Statement
- Inherits:
-
Object
- Object
- OfxParser::Statement
- Defined in:
- lib/ofx.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#opt_positions ⇒ Object
Returns the value of attribute opt_positions.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#stock_positions ⇒ Object
Returns the value of attribute stock_positions.
-
#transactions ⇒ Object
Returns the value of attribute transactions.
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
104 105 106 |
# File 'lib/ofx.rb', line 104 def currency @currency end |
#end_date ⇒ Object
Returns the value of attribute end_date.
104 105 106 |
# File 'lib/ofx.rb', line 104 def end_date @end_date end |
#opt_positions ⇒ Object
Returns the value of attribute opt_positions.
104 105 106 |
# File 'lib/ofx.rb', line 104 def opt_positions @opt_positions end |
#start_date ⇒ Object
Returns the value of attribute start_date.
104 105 106 |
# File 'lib/ofx.rb', line 104 def start_date @start_date end |
#stock_positions ⇒ Object
Returns the value of attribute stock_positions.
104 105 106 |
# File 'lib/ofx.rb', line 104 def stock_positions @stock_positions end |
#transactions ⇒ Object
Returns the value of attribute transactions.
104 105 106 |
# File 'lib/ofx.rb', line 104 def transactions @transactions end |