Class: OfxParser::BankAccount

Inherits:
Account
  • Object
show all
Extended by:
MonetaryClassSupport
Includes:
MonetarySupport
Defined in:
lib/ofx.rb

Constant Summary collapse

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

Instance Attribute Summary collapse

Attributes included from MonetaryClassSupport

#monies

Attributes inherited from Account

#number, #routing_number, #statement, #transaction_uid

Method Summary

Methods included from MonetaryClassSupport

monetary_vars

Methods included from MonetarySupport

#method_missing, #monetary_method_call?, #original_method, #pennies_for, #respond_to?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class OfxParser::MonetarySupport

Instance Attribute Details

#balanceObject

Returns the value of attribute balance.



78
79
80
# File 'lib/ofx.rb', line 78

def balance
  @balance
end

#balance_dateObject

Returns the value of attribute balance_date.



78
79
80
# File 'lib/ofx.rb', line 78

def balance_date
  @balance_date
end

#typeObject

Returns the value of attribute type.



78
79
80
# File 'lib/ofx.rb', line 78

def type
  @type
end