Parent

Methods

FaradayMiddleware::RedirectLimitReached

Attributes

response[R]

Public Class Methods

new(response) click to toggle source
# File lib/faraday_middleware/response/follow_redirects.rb, line 7
def initialize(response)
  super "too many redirects; last one to: #{response['location']}"
  @response = response
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.