module Typhoeus::Request::Memoizable
def response=(response)
- Example: Set response. -
Parameters:
-
response(Response) -- The response to set.
def response=(response) hydra.memory[self] = response if memoizable? super end
response
(Response)
-- The response to set.
def response=(response) hydra.memory[self] = response if memoizable? super end