Class: Inspec::Deprecation::ConfigFile::FallbackEntry
- Inherits:
-
Struct
- Object
- Struct
- Inspec::Deprecation::ConfigFile::FallbackEntry
- Defined in:
- lib/inspec/utils/deprecation/config_file.rb
Instance Attribute Summary collapse
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#message ⇒ Object
Returns the value of attribute message.
-
#resource_name_regex ⇒ Object
Returns the value of attribute resource_name_regex.
Instance Attribute Details
#gem_name ⇒ Object
Returns the value of attribute gem_name
10 11 12 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 10 def gem_name @gem_name end |
#message ⇒ Object
Returns the value of attribute message
10 11 12 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 10 def end |
#resource_name_regex ⇒ Object
Returns the value of attribute resource_name_regex
10 11 12 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 10 def resource_name_regex @resource_name_regex end |