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.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
-
#transactions ⇒ Object
Returns the value of attribute transactions.
Instance Attribute Details
#currency ⇒ Object
Returns the value of attribute currency.
108 109 110 |
# File 'lib/ofx.rb', line 108 def currency @currency end |
#end_date ⇒ Object
Returns the value of attribute end_date.
108 109 110 |
# File 'lib/ofx.rb', line 108 def end_date @end_date end |
#start_date ⇒ Object
Returns the value of attribute start_date.
108 109 110 |
# File 'lib/ofx.rb', line 108 def start_date @start_date end |
#transactions ⇒ Object
Returns the value of attribute transactions.
108 109 110 |
# File 'lib/ofx.rb', line 108 def transactions @transactions end |