Method: RestClient::RawResponse#inspect

Defined in:
lib/restclient/raw_response.rb

#inspectObject



18
19
20
# File 'lib/restclient/raw_response.rb', line 18

def inspect
  "<RestClient::RawResponse @code=#{code.inspect}, @file=#{file.inspect}, @request=#{request.inspect}>"
end