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

#actionObject

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_statusObject

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

#nameObject

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

#prefixObject

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

#suffixObject

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