Class: OFX::Statement
- Inherits:
-
Foundation
- Object
- Foundation
- OFX::Statement
- Defined in:
- lib/ofx_br/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.
-
#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_br/statement.rb', line 3 def account @account end |
#available_balance ⇒ Object
Returns the value of attribute available_balance.
3 4 5 |
# File 'lib/ofx_br/statement.rb', line 3 def available_balance @available_balance end |
#balance ⇒ Object
Returns the value of attribute balance.
3 4 5 |
# File 'lib/ofx_br/statement.rb', line 3 def balance @balance end |
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/ofx_br/statement.rb', line 3 def currency @currency end |
#transactions ⇒ Object
Returns the value of attribute transactions.
3 4 5 |
# File 'lib/ofx_br/statement.rb', line 3 def transactions @transactions end |