Class: RedirectHelper::Value

Inherits:
Object
  • Object
show all
Defined in:
lib/evalhook/redirect_helper.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ Value

Returns a new instance of Value.



78
79
80
# File 'lib/evalhook/redirect_helper.rb', line 78

def initialize(value)
  @value = value
end

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value.



77
78
79
# File 'lib/evalhook/redirect_helper.rb', line 77

def value
  @value
end