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
121 def call_data_hash_function(ctx, lookup_invocation, location)
122   ctx.function.call(lookup_invocation.scope)
123 end
full_name() click to toggle source
    # File lib/puppet/pops/lookup/data_hash_function_provider.rb
117 def full_name
118   "deprecated API function '#{function_name}'"
119 end
name() click to toggle source
    # File lib/puppet/pops/lookup/data_hash_function_provider.rb
113 def name
114   "Deprecated API function \"#{function_name}\""
115 end