Class: Aranha::Parsers::Ofx::Data::Statement
- Inherits:
-
Object
- Object
- Aranha::Parsers::Ofx::Data::Statement
- Defined in:
- lib/aranha/parsers/ofx/data/statement.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.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/statement.rb', line 8 def currency @currency end |
#end_date ⇒ Object
Returns the value of attribute end_date.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/statement.rb', line 8 def end_date @end_date end |
#start_date ⇒ Object
Returns the value of attribute start_date.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/statement.rb', line 8 def start_date @start_date end |
#transactions ⇒ Object
Returns the value of attribute transactions.
8 9 10 |
# File 'lib/aranha/parsers/ofx/data/statement.rb', line 8 def transactions @transactions end |