Class: Aranha::Parsers::Ofx::Data::Account

Inherits:
Object
  • Object
show all
Defined in:
lib/aranha/parsers/ofx/data/account.rb

Direct Known Subclasses

BankAccount, CreditAccount, InvestmentAccount

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number.



8
9
10
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8

def number
  @number
end

#routing_numberObject

Returns the value of attribute routing_number.



8
9
10
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8

def routing_number
  @routing_number
end

#statementObject

Returns the value of attribute statement.



8
9
10
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8

def statement
  @statement
end

#transaction_uidObject

Returns the value of attribute transaction_uid.



8
9
10
# File 'lib/aranha/parsers/ofx/data/account.rb', line 8

def transaction_uid
  @transaction_uid
end