Class: Puppet::Settings::ConfigFile::Setting 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
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
- #has_metadata? ⇒ Boolean private
Instance Attribute Details
#meta ⇒ Object
Returns the value of attribute meta
72 73 74 |
# File 'lib/puppet/settings/config_file.rb', line 72 def @meta end |
#name ⇒ Object
Returns the value of attribute name
72 73 74 |
# File 'lib/puppet/settings/config_file.rb', line 72 def name @name end |
#value ⇒ Object
Returns the value of attribute value
72 73 74 |
# File 'lib/puppet/settings/config_file.rb', line 72 def value @value end |
Instance Method Details
#has_metadata? ⇒ Boolean
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.
73 74 75 |
# File 'lib/puppet/settings/config_file.rb', line 73 def != NO_META end |