Exception: Puppet::Pops::Model::Factory::ArgsToNonCallError Private

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/puppet/pops/model/factory.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 Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(args, name_expr) ⇒ ArgsToNonCallError

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.

Returns a new instance of ArgsToNonCallError.



846
847
848
849
# File 'lib/puppet/pops/model/factory.rb', line 846

def initialize(args, name_expr)
  @args = args
  @name_expr = name_expr
end

Instance Attribute Details

#argsObject (readonly)

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.



845
846
847
# File 'lib/puppet/pops/model/factory.rb', line 845

def args
  @args
end

#name_exprObject (readonly)

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.



845
846
847
# File 'lib/puppet/pops/model/factory.rb', line 845

def name_expr
  @name_expr
end