Class: BankAccountStatement::Inputs::HTML::CPBKGB22::Personal::Current::V_2015_03_03
- Defined in:
- lib/bank-account-statement/inputs/HTML/CPBKGB22/Personal/Current/V_2015_03_03.rb
Overview
HTML statement parsing for The Co-operative Bank current accounts.
This version is named 2015-03-03 because around that time the statement format changed. If you experience an error trying to process old statements (i.e. statements downloaded before this date), please try using a different parser.
Direct Known Subclasses
Constant Summary collapse
- TH =
Hash[{ :date => 'Date', :desc => 'Transaction', :deposit => 'Money in', :withdrawal => 'Money out', :balance => 'Balance', }.map { |k, v| [k, v.freeze] }].freeze
Constants inherited from Base
Constants inherited from Base
Method Summary
Methods inherited from Base
#account, #balance, #bank, #currency, #transactions
Methods inherited from Base
Methods inherited from Base
Constructor Details
This class inherits a constructor from BankAccountStatement::Inputs::HTML::Base