Class: Puppet::Settings::ConfigFile::Meta Private

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



78
79
80
# File 'lib/puppet/settings/config_file.rb', line 78

def group
  @group
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



78
79
80
# File 'lib/puppet/settings/config_file.rb', line 78

def mode
  @mode
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



78
79
80
# File 'lib/puppet/settings/config_file.rb', line 78

def owner
  @owner
end