Class: Inspec::Deprecation::ConfigFile::GroupEntry
- Defined in:
- lib/utils/deprecation/config_file.rb
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute action. 
- 
  
    
      #exit_status  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute exit_status. 
- 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute name. 
- 
  
    
      #prefix  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute prefix. 
- 
  
    
      #suffix  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute suffix. 
Method Summary
Methods inherited from Struct
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
| 8 9 10 | # File 'lib/utils/deprecation/config_file.rb', line 8 def action @action end | 
#exit_status ⇒ Object
Returns the value of attribute exit_status
| 8 9 10 | # File 'lib/utils/deprecation/config_file.rb', line 8 def exit_status @exit_status end | 
#name ⇒ Object
Returns the value of attribute name
| 8 9 10 | # File 'lib/utils/deprecation/config_file.rb', line 8 def name @name end | 
#prefix ⇒ Object
Returns the value of attribute prefix
| 8 9 10 | # File 'lib/utils/deprecation/config_file.rb', line 8 def prefix @prefix end | 
#suffix ⇒ Object
Returns the value of attribute suffix
| 8 9 10 | # File 'lib/utils/deprecation/config_file.rb', line 8 def suffix @suffix end |