Class: Inspec::Plugin::V2::Exclusion

Inherits:
Struct
  • Object
show all
Defined in:
lib/inspec/plugin/v2/filter.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#plugin_nameObject

Returns the value of attribute plugin_name

Returns:

  • (Object)

    the current value of plugin_name



6
7
8
# File 'lib/inspec/plugin/v2/filter.rb', line 6

def plugin_name
  @plugin_name
end

#rationaleObject

Returns the value of attribute rationale

Returns:

  • (Object)

    the current value of rationale



6
7
8
# File 'lib/inspec/plugin/v2/filter.rb', line 6

def rationale
  @rationale
end