class Puppet::Pops::Binder::Bindings::EvaluatingProducerDescriptor

Produces a value by evaluating a Puppet DSL expression. Note that the expression is not contained as it is part of a Puppet::Pops::Model::Program. To include the expression in the serialization, the Program it is contained in must be contained in the same serialization. This can be achieved by containing it in the ContributedBindings that is the top of a BindingsModel produced and given to the Injector.

@api public