class RestClient::Redirect

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

Private Class Methods

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