Class: Puppet::Pops::Lookup::EnvironmentDataProvider Private
- Inherits:
-
ConfiguredDataProvider
- Object
- ConfiguredDataProvider
- Puppet::Pops::Lookup::EnvironmentDataProvider
- Defined in:
- lib/puppet/pops/lookup/environment_data_provider.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #place ⇒ Object private
Methods inherited from ConfiguredDataProvider
#config, #config=, #config_path, #initialize, #name, #unchecked_key_lookup
Methods included from DataProvider
#key_lookup, #key_lookup_in_default, key_type, #lookup, #module_name, #name, register_types, #unchecked_key_lookup, #validate_data_hash, #validate_data_value, #value_is_validated?, value_type
Constructor Details
This class inherits a constructor from Puppet::Pops::Lookup::ConfiguredDataProvider
Instance Method Details
#place ⇒ Object
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.
9 10 11 |
# File 'lib/puppet/pops/lookup/environment_data_provider.rb', line 9 def place 'Environment' end |