Method: Adyen::API::Response#http_response

Defined in:
lib/adyen/api/response.rb

#http_responseNet::HTTPResponse (readonly)

Returns The response object returned by Net::HTTP.

Returns:

  • (Net::HTTPResponse)

    The response object returned by Net::HTTP.



13
14
15
# File 'lib/adyen/api/response.rb', line 13

def http_response
  @http_response
end