Class: OfxParser::Account

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

Direct Known Subclasses

BankAccount, CreditAccount, InvestmentAccount

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number.



67
68
69
# File 'lib/ofx.rb', line 67

def number
  @number
end

#statementObject

Returns the value of attribute statement.



67
68
69
# File 'lib/ofx.rb', line 67

def statement
  @statement
end

#transaction_uidObject

Returns the value of attribute transaction_uid.



67
68
69
# File 'lib/ofx.rb', line 67

def transaction_uid
  @transaction_uid
end