Class: OfxParser::BankAccount

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

Constant Summary collapse

TYPE =
[:CHECKING, :SAVINGS, :MONEYMRKT, :CREDITLINE]

Instance Attribute Summary collapse

Attributes inherited from Account

#number, #routing_number, #statement, #transaction_uid

Instance Attribute Details

#balanceObject

Returns the value of attribute balance.



34
35
36
# File 'lib/ofx_parser/ofx.rb', line 34

def balance
  @balance
end

#balance_dateObject

Returns the value of attribute balance_date.



34
35
36
# File 'lib/ofx_parser/ofx.rb', line 34

def balance_date
  @balance_date
end

#typeObject

Returns the value of attribute type.



34
35
36
# File 'lib/ofx_parser/ofx.rb', line 34

def type
  @type
end