Class: BankAccountStatement::Inputs::HTML::CPBKGB22::Personal::CreditCard::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/bank-account-statement/inputs/HTML/CPBKGB22/Personal/CreditCard/base.rb

Direct Known Subclasses

V_2011_04_09, V_2015_05_27

Constant Summary collapse

ACCOUNT_TYPE =
:CREDITLINE

Constants inherited from Base

Base::FILE_EXT

Instance Method Summary collapse

Methods inherited from Base

#account, #currency, #transactions

Methods inherited from Base

#initialize

Methods inherited from Base

formats, inherited, #parse

Constructor Details

This class inherits a constructor from BankAccountStatement::Inputs::HTML::Base

Instance Method Details

#bankObject



18
19
20
# File 'lib/bank-account-statement/inputs/HTML/CPBKGB22/Personal/CreditCard/base.rb', line 18

def bank
  nil # credit card statement, so account id only
end