Class: OFX::Statement
- Inherits:
-
Foundation
- Object
- Foundation
- OFX::Statement
- Defined in:
- lib/ofx/statement.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#available_balance ⇒ Object
Returns the value of attribute available_balance.
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#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.
Method Summary
Methods inherited from Foundation
Constructor Details
This class inherits a constructor from OFX::Foundation
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
3 4 5 |
# File 'lib/ofx/statement.rb', line 3 def account @account end |
#available_balance ⇒ Object
Returns the value of attribute available_balance.
4 5 6 |
# File 'lib/ofx/statement.rb', line 4 def available_balance @available_balance end |
#balance ⇒ Object
Returns the value of attribute balance.
5 6 7 |
# File 'lib/ofx/statement.rb', line 5 def balance @balance end |
#currency ⇒ Object
Returns the value of attribute currency.
6 7 8 |
# File 'lib/ofx/statement.rb', line 6 def currency @currency end |
#end_date ⇒ Object
Returns the value of attribute end_date.
8 9 10 |
# File 'lib/ofx/statement.rb', line 8 def end_date @end_date end |
#start_date ⇒ Object
Returns the value of attribute start_date.
7 8 9 |
# File 'lib/ofx/statement.rb', line 7 def start_date @start_date end |
#transactions ⇒ Object
Returns the value of attribute transactions.
9 10 11 |
# File 'lib/ofx/statement.rb', line 9 def transactions @transactions end |