Class: Puppet::Settings::FileSetting::Unspecified Private

Inherits:
Object
  • Object
show all
Defined in:
lib/puppet/settings/file_setting.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

An unspecified user or group

API:

  • private

Instance Method Summary collapse

Instance Method Details

#valueObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

API:

  • private



11
12
13
# File 'lib/puppet/settings/file_setting.rb', line 11

def value
  nil
end