Class: OFX::Account

Inherits:
Foundation show all
Defined in:
lib/ofx/account.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Foundation

#initialize

Constructor Details

This class inherits a constructor from OFX::Foundation

Instance Attribute Details

#balanceObject

Returns the value of attribute balance.



3
4
5
# File 'lib/ofx/account.rb', line 3

def balance
  @balance
end

#bank_idObject

Returns the value of attribute bank_id.



4
5
6
# File 'lib/ofx/account.rb', line 4

def bank_id
  @bank_id
end

#currencyObject

Returns the value of attribute currency.



5
6
7
# File 'lib/ofx/account.rb', line 5

def currency
  @currency
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/ofx/account.rb', line 6

def id
  @id
end

#transactionsObject

Returns the value of attribute transactions.



7
8
9
# File 'lib/ofx/account.rb', line 7

def transactions
  @transactions
end

#typeObject

Returns the value of attribute type.



8
9
10
# File 'lib/ofx/account.rb', line 8

def type
  @type
end