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

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#to_h

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



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

def action
  @action
end

#exit_statusObject

Returns the value of attribute exit_status

Returns:

  • (Object)

    the current value of exit_status



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

def exit_status
  @exit_status
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#suffixObject

Returns the value of attribute suffix

Returns:

  • (Object)

    the current value of suffix



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

def suffix
  @suffix
end