class RestClient::Redirect
A redirect was encountered; caught by execute to retry with the new url.
def initialize(url)
def initialize(url) @url = url end
A redirect was encountered; caught by execute to retry with the new url.
def initialize(url) @url = url end