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.



882
883
884
885
# File 'lib/puppet/pops/model/factory.rb', line 882

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.



881
882
883
# File 'lib/puppet/pops/model/factory.rb', line 881

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.



881
882
883
# File 'lib/puppet/pops/model/factory.rb', line 881

def name_expr
  @name_expr
end