Class: OfxParser::Statement

Inherits:
Object
  • Object
show all
Defined in:
lib/ofx.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currencyObject

Returns the value of attribute currency.



104
105
106
# File 'lib/ofx.rb', line 104

def currency
  @currency
end

#end_dateObject

Returns the value of attribute end_date.



104
105
106
# File 'lib/ofx.rb', line 104

def end_date
  @end_date
end

#start_dateObject

Returns the value of attribute start_date.



104
105
106
# File 'lib/ofx.rb', line 104

def start_date
  @start_date
end

#transactionsObject

Returns the value of attribute transactions.



104
105
106
# File 'lib/ofx.rb', line 104

def transactions
  @transactions
end