Method: Brine::Requesting#response
- Defined in:
- lib/brine/requesting.rb
#response ⇒ Faraday::Response
Return the response for the last sent request.
115 116 117 |
# File 'lib/brine/requesting.rb', line 115 def response @response end |