Method: MoesifApi::HttpClient#convert_response

Defined in:
lib/moesif_api/http/http_client.rb

#convert_response(response) ⇒ Object

Converts the HTTP Response from the client to an HttpResponse object.

Parameters:

  • The (Dynamic)

    response object received from the client.

Raises:

  • (NotImplementedError)


19
20
21
# File 'lib/moesif_api/http/http_client.rb', line 19

def convert_response(response)
  raise NotImplementedError, "This method needs to be implemented in a child class."
end