Class: NginxTransform::Exp
- Inherits:
- 
      Struct
      
        - Object
- Struct
- NginxTransform::Exp
 
- Defined in:
- lib/inspec/utils/nginx_parser.rb
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute key. 
- 
  
    
      #vals  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute vals. 
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
| 69 70 71 | # File 'lib/inspec/utils/nginx_parser.rb', line 69 def key @key end | 
#vals ⇒ Object
Returns the value of attribute vals
| 69 70 71 | # File 'lib/inspec/utils/nginx_parser.rb', line 69 def vals @vals end |