Class: Experian::ConnectCheck::Client
- Inherits:
-
Experian::Client
- Object
- Experian::Client
- Experian::ConnectCheck::Client
- Defined in:
- lib/experian/connect_check/client.rb
Instance Attribute Summary
Attributes inherited from Experian::Client
Instance Method Summary collapse
Methods inherited from Experian::Client
#invalid_login?, #request_body, #request_headers, #submit_request
Instance Method Details
#assert_check_credit_options(options) ⇒ Object
11 12 13 14 15 |
# File 'lib/experian/connect_check/client.rb', line 11 def () return if [:first_name] && [:last_name] && [:ssn] return if [:first_name] && [:last_name] && [:street] && [:zip] raise Experian::ArgumentError, "Required options missing: first_name, last_name, ssn OR first_name, last_name, street, zip" end |