Method: Hyperclient::Resource#_response

Defined in:
lib/hyperclient/resource.rb

#_responseObject (readonly)

Returns the response object for the HTTP request that created this resource, if one exists.



32
33
34
# File 'lib/hyperclient/resource.rb', line 32

def _response
  @_response
end