class RestClient::Request::Redirect

A redirect was encountered; caught by execute to retry with the new url.

Attributes

url[RW]

Public Class Methods

new(url) click to toggle source
# File lib/restclient/exceptions.rb, line 161
def initialize(url)
  @url = url
end