Class Puppet::Util::Settings::Setting
In: lib/puppet/util/settings/setting.rb
Parent: Object

The base element type.

Methods

desc=   getopt_args   hook=   iscreated   iscreated?   new   optparse_args   set?   short=   to_config   value  

Attributes

call_on_define  [RW] 
default  [RW] 
desc  [R] 
name  [RW] 
section  [RW] 
setbycli  [RW] 
short  [R] 

Public Class methods

Create the new element. Pretty much just sets the name.

Public Instance methods

get the arguments in getopt format

get the arguments in OptionParser format

short name for the celement

Convert the object to a config statement.

Retrieves the value, or if it‘s not set, retrieves the default.

[Validate]