Class: Puppet::Pops::Loader::LoaderPaths::TypePathPP

Inherits:
PuppetSmartPath show all
Defined in:
lib/puppet/pops/loader/loader_paths.rb

Constant Summary collapse

TYPE_PATH_PP =
'types'.freeze

Constants inherited from PuppetSmartPath

PuppetSmartPath::EXTENSION

Instance Attribute Summary

Attributes inherited from SmartPath

#generic_path

Instance Method Summary collapse

Methods inherited from PuppetSmartPath

#effective_path, #extension, #typed_name

Methods inherited from SmartPath

#effective_path, #fuzzy_matching?, #initialize, #lib_root?, #root_path, #typed_name, #valid_name?, #valid_path?

Constructor Details

This class inherits a constructor from Puppet::Pops::Loader::LoaderPaths::SmartPath

Instance Method Details

#instantiatorObject



229
230
231
# File 'lib/puppet/pops/loader/loader_paths.rb', line 229

def instantiator
  TypeDefinitionInstantiator
end

#relative_pathObject



225
226
227
# File 'lib/puppet/pops/loader/loader_paths.rb', line 225

def relative_path
  TYPE_PATH_PP
end