Method: MoesifApi::HttpClient#execute_as_binary

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

#execute_as_binary(http_request) ⇒ Object

Execute an HttpRequest when the response is expected to be binary.

Parameters:

Raises:

  • (NotImplementedError)


13
14
15
# File 'lib/moesif_api/http/http_client.rb', line 13

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