Method: Puppet::Parameter#path
- Defined in:
- lib/puppet/parameter.rb
#path ⇒ String
Returns a string representation of the resource’s containment path in the catalog.
317 318 319 |
# File 'lib/puppet/parameter.rb', line 317 def path @path ||= '/' + pathbuilder.join('/') end |