Class: OFX::Statement

Inherits:
Foundation show all
Defined in:
lib/ofx_br/statement.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

#accountObject

Returns the value of attribute account.



3
4
5
# File 'lib/ofx_br/statement.rb', line 3

def 
  @account
end

#available_balanceObject

Returns the value of attribute available_balance.



3
4
5
# File 'lib/ofx_br/statement.rb', line 3

def available_balance
  @available_balance
end

#balanceObject

Returns the value of attribute balance.



3
4
5
# File 'lib/ofx_br/statement.rb', line 3

def balance
  @balance
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/ofx_br/statement.rb', line 3

def currency
  @currency
end

#transactionsObject

Returns the value of attribute transactions.



3
4
5
# File 'lib/ofx_br/statement.rb', line 3

def transactions
  @transactions
end