class Typhoeus::Request

def hash

Other tags:
    Api: - private

Returns:
  • (Integer) - The integer representing the request.
def hash
  Digest::MD5.hexdigest("#{self.class.name}#{base_url}#{options}").to_i(16)
end