Method: Amadeus::ResponseError#response
- Defined in:
- lib/amadeus/client/errors.rb
#response ⇒ Amadeus::Response (readonly)
The response object containing the raw HTTP response and the request used to make the API call.
12 13 14 |
# File 'lib/amadeus/client/errors.rb', line 12 def response @response end |