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