Module Typhoeus::Request::Responseable
In: lib/typhoeus/request/responseable.rb

This module contains logic for having a reponse getter and setter.

Methods

Public Instance methods

Return the response.

@example Return response.

  request.response

@return [ Response ] The response.

Set the response.

@example Set response.

 request.response = response

@param [ Response ] value The response to set.

[Validate]