Method: Puppet::Property#shouldorig

Defined in:
lib/puppet/property.rb

#shouldorigArray<Object>, ... (readonly)

Returns the original wanted value(s) _(should)_ unprocessed by munging/unmunging. The original values are set by #value= or #should=.

Returns:

  • (Array<Object>, Object, nil)

    Array of values if #match_all? else a single value, or nil if there are no wanted values.



50
51
52
# File 'lib/puppet/property.rb', line 50

def shouldorig
  @shouldorig
end