Class: InfoconnectWrapper::Response

Inherits:
Object
  • Object
show all
Defined in:
lib/infoconnect_wrapper/response.rb

Instance Method Summary collapse

Instance Method Details

#has_companyObject



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_validObject



7
8
9
# File 'lib/infoconnect_wrapper/response.rb', line 7

def is_valid
  #is this response valid?
end