Class: RedirectHelper::RedirectGasgn
- Inherits:
- 
      Object
      
        - Object
- RedirectHelper::RedirectGasgn
 
- Defined in:
- lib/evalhook/redirect_helper.rb
Instance Attribute Summary collapse
- 
  
    
      #global_id  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute global_id. 
- 
  
    
      #value  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute value. 
Instance Method Summary collapse
- 
  
    
      #initialize(global_id, value)  ⇒ RedirectGasgn 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of RedirectGasgn. 
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_id ⇒ Object (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 | 
#value ⇒ Object (readonly)
Returns the value of attribute value.
| 56 57 58 | # File 'lib/evalhook/redirect_helper.rb', line 56 def value @value end |