class Chakin::HttpRedirect

Attributes

new_url[R]

Public Class Methods

new(new_url) click to toggle source
# File lib/chakin-rb/chakin.rb, line 11
def initialize(new_url)
  @new_url = new_url
end