Class: Inspec::Deprecation::ConfigFile::GroupEntry
- Inherits:
-
Struct
- Object
- Struct
- Inspec::Deprecation::ConfigFile::GroupEntry
- Defined in:
- lib/inspec/utils/deprecation/config_file.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#name ⇒ Object
Returns the value of attribute name.
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#suffix ⇒ Object
Returns the value of attribute suffix.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
9 10 11 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 9 def action @action end |
#exit_status ⇒ Object
Returns the value of attribute exit_status
9 10 11 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 9 def exit_status @exit_status end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 9 def name @name end |
#prefix ⇒ Object
Returns the value of attribute prefix
9 10 11 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 9 def prefix @prefix end |
#suffix ⇒ Object
Returns the value of attribute suffix
9 10 11 |
# File 'lib/inspec/utils/deprecation/config_file.rb', line 9 def suffix @suffix end |