Parent

Methods

Files

HTTParty::ResponseError

@abstract Exceptions which inherit from ResponseError contain the Net::HTTP response object accessible via the {#} method.

Attributes

response[R]

Returns the response of the last request @return [Net::HTTPResponse] A subclass of Net::HTTPResponse, e.g. Net::HTTPOK

Public Class Methods

new(response) click to toggle source

Instantiate an instance of ResponseError with a Net::HTTPResponse object @param [Net::HTTPResponse]

    # File lib/httparty/exceptions.rb, line 18
18:     def initialize(response)
19:       @response = response
20:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.