Class: Inspec::Plugin::V2::Exclusion
- Defined in:
- lib/inspec/plugin/v2/filter.rb
Instance Attribute Summary collapse
- 
  
    
      #plugin_name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute plugin_name. 
- 
  
    
      #rationale  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute rationale. 
Method Summary
Methods inherited from Struct
Instance Attribute Details
#plugin_name ⇒ Object
Returns the value of attribute plugin_name
| 6 7 8 | # File 'lib/inspec/plugin/v2/filter.rb', line 6 def plugin_name @plugin_name end | 
#rationale ⇒ Object
Returns the value of attribute rationale
| 6 7 8 | # File 'lib/inspec/plugin/v2/filter.rb', line 6 def rationale @rationale end |