Class: PostcodeAnywhere::BankAccountValidation::Client
- Includes:
- Interactive
- Defined in:
- lib/postcode_anywhere/bank_account_validation/client.rb
Constant Summary
Constants included from Interactive
Interactive::API_VERSION, Interactive::RETRIEVE_BY_SORTCODE_ENDPOINT, Interactive::VALIDATE_ACCOUNT_ENDPOINT
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
A new instance of Client.
Methods included from Interactive
#retrieve_by_sortcode, #validate_account
Methods included from Utils
#perform_with_object, #perform_with_objects
Methods inherited from Client
#connection, #connection_options, #get, #middleware, #post
Constructor Details
#initialize(options = {}) ⇒ Client
Returns a new instance of Client.
8 9 10 |
# File 'lib/postcode_anywhere/bank_account_validation/client.rb', line 8 def initialize( = {}) super() end |