class Puppet::Pops::Lookup::V4DataHashFunctionProvider

TODO: API 5.0, remove this class @api private

Constants

TAG

Public Instance Methods

call_data_hash_function(ctx, lookup_invocation, location) click to toggle source
    # File lib/puppet/pops/lookup/data_hash_function_provider.rb
122 def call_data_hash_function(ctx, lookup_invocation, location)
123   ctx.function.call(lookup_invocation.scope)
124 end
full_name() click to toggle source
    # File lib/puppet/pops/lookup/data_hash_function_provider.rb
118 def full_name
119   "deprecated API function '#{function_name}'"
120 end
name() click to toggle source
    # File lib/puppet/pops/lookup/data_hash_function_provider.rb
114 def name
115   "Deprecated API function \"#{function_name}\""
116 end