Class: OFX::Statement

Inherits:
Foundation show all
Defined in:
lib/ofx/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/statement.rb', line 3

def 
  @account
end

#available_balanceObject

Returns the value of attribute available_balance.



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

def available_balance
  @available_balance
end

#balanceObject

Returns the value of attribute balance.



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

def balance
  @balance
end

#currencyObject

Returns the value of attribute currency.



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

def currency
  @currency
end

#end_dateObject

Returns the value of attribute end_date.



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

def end_date
  @end_date
end

#start_dateObject

Returns the value of attribute start_date.



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

def start_date
  @start_date
end

#transactionsObject

Returns the value of attribute transactions.



9
10
11
# File 'lib/ofx/statement.rb', line 9

def transactions
  @transactions
end