Method: Amadeus::ResponseError#response

Defined in:
lib/amadeus/client/errors.rb

#responseAmadeus::Response (readonly)

The response object containing the raw HTTP response and the request used to make the API call.

Returns:



12
13
14
# File 'lib/amadeus/client/errors.rb', line 12

def response
  @response
end