Class: Inspec::Deprecation::ConfigFile::FallbackEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/inspec/utils/deprecation/config_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#gem_nameObject

Returns the value of attribute gem_name

Returns:

  • (Object)

    the current value of gem_name



10
11
12
# File 'lib/inspec/utils/deprecation/config_file.rb', line 10

def gem_name
  @gem_name
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



10
11
12
# File 'lib/inspec/utils/deprecation/config_file.rb', line 10

def message
  @message
end

#resource_name_regexObject

Returns the value of attribute resource_name_regex

Returns:

  • (Object)

    the current value of resource_name_regex



10
11
12
# File 'lib/inspec/utils/deprecation/config_file.rb', line 10

def resource_name_regex
  @resource_name_regex
end