class Typhoeus::Request

def hash

Other tags:
    Api: - private

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