Class: Callcredit::Checks::BankEnhanced
- Inherits:
-
Object
- Object
- Callcredit::Checks::BankEnhanced
- Defined in:
- lib/callcredit/checks/bank_enhanced.rb
Constant Summary collapse
- REQUIRED_INPUTS =
[:first_name, :last_name, :postcode, :account_number, :sort_code, :account_number, :sort_code]
- PERSONAL_DATA_KEYS =
[:first_name, :last_name, :postcode, :building_name, :building_number]
- BANK_DATA_KEYS =
[:account_number, :sort_code]
Instance Method Summary collapse
-
#initialize(client) ⇒ BankEnhanced
constructor
A new instance of BankEnhanced.
- #perform(data = {}) ⇒ Object
Constructor Details
#initialize(client) ⇒ BankEnhanced
Returns a new instance of BankEnhanced.
12 13 14 |
# File 'lib/callcredit/checks/bank_enhanced.rb', line 12 def initialize(client) @client = client end |