Method: Puppet::Parameter#resource
- Defined in:
- lib/puppet/parameter.rb
#resource ⇒ Puppet::Resource
Returns A reference to the resource this parameter is an attribute of (the _associated resource_).
302 303 304 |
# File 'lib/puppet/parameter.rb', line 302 def resource @resource end |