class Hoick::Command::Redirected

Attributes

location[R]

Public Class Methods

new(location) click to toggle source
Calls superclass method
# File lib/hoick/command.rb, line 66
def initialize(location)
  @location = location
  super("Redirected to #{location}")
end