Class: BankAccountStatement::Inputs::HTML::CPBKGB22::Personal::Savings::V_2015_03_03
- Inherits:
-
Current::V_2015_03_03
- Object
- Base
- Base
- Current::Base
- Current::V_2015_03_03
- BankAccountStatement::Inputs::HTML::CPBKGB22::Personal::Savings::V_2015_03_03
- Defined in:
- lib/bank-account-statement/inputs/HTML/CPBKGB22/Personal/Savings/V_2015_03_03.rb
Overview
HTML statement parsing for The Co-operative Bank savings accounts.
This is almost identical to the parsing of current accounts, with versions having changed at the same time. To save time, even tests are simply copied. If incompatibilities emerge, Personal::Savings can be made more independent.
Constant Summary collapse
- ACCOUNT_TYPE =
:SAVINGS
Constants inherited from Current::V_2015_03_03
Constants inherited from Base
Method Summary
Methods inherited from Current::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