Class: OFX::BankAccount

Inherits:
OFX::Base::Account show all
Defined in:
lib/ofx_kit/domain/bank_account.rb

Overview

Represents a bank (checking or savings) account parsed from an OFX statement.

Instance Attribute Summary collapse

Attributes inherited from OFX::Base::Account

#currency

Method Summary

Methods inherited from OFX::Base::Entity

ensure_attribute, wired_by_builder

Instance Attribute Details

#account_idObject

Returns the value of attribute account_id.



6
7
8
# File 'lib/ofx_kit/domain/bank_account.rb', line 6

def 
  @account_id
end

#account_typeObject

Returns the value of attribute account_type.



6
7
8
# File 'lib/ofx_kit/domain/bank_account.rb', line 6

def 
  @account_type
end

#bank_idObject

Returns the value of attribute bank_id.



6
7
8
# File 'lib/ofx_kit/domain/bank_account.rb', line 6

def bank_id
  @bank_id
end

#branch_idObject

Returns the value of attribute branch_id.



6
7
8
# File 'lib/ofx_kit/domain/bank_account.rb', line 6

def branch_id
  @branch_id
end