Method: Puppet::Pops::Loader::ModuleLoaders::AbstractPathBasedModuleLoader#path
- Defined in:
- lib/puppet/pops/loader/module_loaders.rb
#path ⇒ Object (readonly)
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.
The path to the location of the module/component - semantics determined by subclass
108 109 110 |
# File 'lib/puppet/pops/loader/module_loaders.rb', line 108 def path @path end |