Method: Puppet::Type#original_parameters
- Defined in:
- lib/puppet/type.rb
#original_parameters ⇒ Hash (readonly)
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.
Returns hash of parameters originally defined.
2295 2296 2297 |
# File 'lib/puppet/type.rb', line 2295 def original_parameters @original_parameters end |