Class: RedirectHelper::RedirectGasgn

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(global_id, value) ⇒ RedirectGasgn

Returns a new instance of RedirectGasgn.



58
59
60
61
# File 'lib/evalhook/redirect_helper.rb', line 58

def initialize(global_id, value)
  @global_id = global_id
  @value = value
end

Instance Attribute Details

#global_idObject (readonly)

Returns the value of attribute global_id.



55
56
57
# File 'lib/evalhook/redirect_helper.rb', line 55

def global_id
  @global_id
end

#valueObject (readonly)

Returns the value of attribute value.



56
57
58
# File 'lib/evalhook/redirect_helper.rb', line 56

def value
  @value
end