Class: Inspec::Deprecation::ConfigFile::GroupEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ Object

Returns the value of attribute action

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of 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

Returns:

  • (Object) —

    the current value of suffix



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

def suffix
  @suffix
end