Method: Patron::Response#inspect

Defined in:
lib/patron/response.rb

#inspectObject

Overridden so that the output is shorter and there is no response body printed



32
33
34
35
# File 'lib/patron/response.rb', line 32

def inspect
  # Avoid spamming the console with the header and body data
  "#<Patron::Response @status_line='#{@status_line}'>"
end