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