Class: Inspec::Plugin::V2::Exclusion
- Inherits:
-
Struct
- Object
- Struct
- 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.
Instance Attribute Details
#plugin_name ⇒ Object
Returns the value of attribute plugin_name
8 9 10 |
# File 'lib/inspec/plugin/v2/filter.rb', line 8 def plugin_name @plugin_name end |
#rationale ⇒ Object
Returns the value of attribute rationale
8 9 10 |
# File 'lib/inspec/plugin/v2/filter.rb', line 8 def rationale @rationale end |