Method: Puppet::Parameter#parent
- Defined in:
- lib/puppet/parameter.rb
#parent ⇒ Puppet::Parameter
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 A reference to the parameter’s parent kept for backwards compatibility.
308 309 310 |
# File 'lib/puppet/parameter.rb', line 308 def parent @parent end |