Class: BankAccountStatement::Inputs::HTML::CPBKGB22::Personal::Savings::V_2011_05_07

Inherits:
Current::V_2011_05_07 show all
Defined in:
lib/bank-account-statement/inputs/HTML/CPBKGB22/Personal/Savings/V_2011_05_07.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_2011_05_07

Current::V_2011_05_07::TH

Constants inherited from Base

Base::FILE_EXT

Method Summary

Methods inherited from Current::Base

#account, #balance, #bank, #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