Class: OFX::Account
- Inherits:
-
Foundation
- Object
- Foundation
- OFX::Account
- Defined in:
- lib/ofx/account.rb
Instance Attribute Summary collapse
-
#balance ⇒ Object
Returns the value of attribute balance.
-
#bank_id ⇒ Object
Returns the value of attribute bank_id.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#id ⇒ Object
Returns the value of attribute id.
-
#transactions ⇒ Object
Returns the value of attribute transactions.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods inherited from Foundation
Constructor Details
This class inherits a constructor from OFX::Foundation
Instance Attribute Details
#balance ⇒ Object
Returns the value of attribute balance.
3 4 5 |
# File 'lib/ofx/account.rb', line 3 def balance @balance end |
#bank_id ⇒ Object
Returns the value of attribute bank_id.
4 5 6 |
# File 'lib/ofx/account.rb', line 4 def bank_id @bank_id end |
#currency ⇒ Object
Returns the value of attribute currency.
5 6 7 |
# File 'lib/ofx/account.rb', line 5 def currency @currency end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/ofx/account.rb', line 6 def id @id end |
#transactions ⇒ Object
Returns the value of attribute transactions.
7 8 9 |
# File 'lib/ofx/account.rb', line 7 def transactions @transactions end |
#type ⇒ Object
Returns the value of attribute type.
8 9 10 |
# File 'lib/ofx/account.rb', line 8 def type @type end |