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.
304 305 306 |
# File 'lib/puppet/parameter.rb', line 304 def parent @parent end |