Exception: Puppet::Pops::Model::Factory::ArgsToNonCallError Private
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Puppet::Pops::Model::Factory::ArgsToNonCallError
- 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
- #args ⇒ Object readonly private
- #name_expr ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(args, name_expr) ⇒ ArgsToNonCallError
constructor
private
A new instance of ArgsToNonCallError.
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
#args ⇒ Object (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_expr ⇒ Object (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 |