Method: Puppet::Parameter#value

Defined in:
lib/puppet/parameter.rb

#valueObject

Returns Gets the value of this parameter after performing any specified unmunging.

Returns:

  • (Object)

    Gets the value of this parameter after performing any specified unmunging.



498
499
500
# File 'lib/puppet/parameter.rb', line 498

def value
  unmunge(@value) unless @value.nil?
end