Parent

HTTP::Response::BodyDelegator

Attributes

response[R]

Public Class Methods

new(response, body = response.body) click to toggle source
# File lib/http/response.rb, line 151
def initialize(response, body = response.body)
  super(body)
  @response, @body = response, body
end

Public Instance Methods

__getobj__() click to toggle source
# File lib/http/response.rb, line 156
def __getobj__; @body; end
__setobj__(obj) click to toggle source
# File lib/http/response.rb, line 157
def __setobj__(obj); @body = obj; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.