Method: Puppet::Parameter#path

Defined in:
lib/puppet/parameter.rb

#pathString

Returns a string representation of the resource’s containment path in the catalog.

Returns:

  • (String)


317
318
319
# File 'lib/puppet/parameter.rb', line 317

def path
  @path ||= '/' + pathbuilder.join('/')
end