Class: TT::ActionFactory::Action
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - TT::ActionFactory::Action
 
 
- Defined in:
 - lib/t_t/action_factory.rb
 
Instance Attribute Summary collapse
- 
  
    
      #base  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute base.
 - 
  
    
      #rules  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute rules.
 
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
      3 4 5  | 
    
      # File 'lib/t_t/action_factory.rb', line 3 def base @base end  | 
  
#rules ⇒ Object
Returns the value of attribute rules
      3 4 5  | 
    
      # File 'lib/t_t/action_factory.rb', line 3 def rules @rules end  |