class HTTParty::Response

def inspect

def inspect
  inspect_id = ::Kernel::format '%x', (object_id * 2)
  %(#<#{self.class}:0x#{inspect_id} parsed_response=#{parsed_response.inspect}, @response=#{response.inspect}, @headers=#{headers.inspect}>)
end