Method: Restify::Response#request
- Defined in:
- lib/restify/response.rb
#request ⇒ Request (readonly)
The request that led to this response.
65 66 67 |
# File 'lib/restify/response.rb', line 65 def request @request end |
The request that led to this response.
65 66 67 |
# File 'lib/restify/response.rb', line 65 def request @request end |