class Typhoeus::Request

def hash

Returns:
  • (Integer) - The integer representing the request.
def hash
  [ self.class, self.url, self.options ].hash
end