Class: InfoconnectWrapper::Response
- Inherits:
-
Object
- Object
- InfoconnectWrapper::Response
- Defined in:
- lib/infoconnect_wrapper/response.rb
Instance Method Summary collapse
Instance Method Details
#has_company ⇒ Object
11 12 13 |
# File 'lib/infoconnect_wrapper/response.rb', line 11 def has_company #is their a company matched...? end |
#init(api_response) ⇒ Object
3 4 5 |
# File 'lib/infoconnect_wrapper/response.rb', line 3 def init(api_response) end |
#is_valid ⇒ Object
7 8 9 |
# File 'lib/infoconnect_wrapper/response.rb', line 7 def is_valid #is this response valid? end |