Class: Puppet::Settings::ConfigFile::Meta Private
- 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
-
#group ⇒ Object
Returns the value of attribute group.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#group ⇒ Object
Returns the value of attribute group
78 79 80 |
# File 'lib/puppet/settings/config_file.rb', line 78 def group @group end |
#mode ⇒ Object
Returns the value of attribute mode
78 79 80 |
# File 'lib/puppet/settings/config_file.rb', line 78 def mode @mode end |
#owner ⇒ Object
Returns the value of attribute owner
78 79 80 |
# File 'lib/puppet/settings/config_file.rb', line 78 def owner @owner end |