Class: Puppet::Parser::AST::ResourceInstance
- Inherits:
-
Branch
- Object
- Puppet::Parser::AST
- Branch
- Puppet::Parser::AST::ResourceInstance
- Defined in:
- lib/puppet/parser/ast/resource_instance.rb
Overview
A simple container for a parameter for an object. Consists of a title and a set of parameters.
Constant Summary
Constants inherited from Puppet::Parser::AST
Instance Attribute Summary collapse
Attributes inherited from Branch
Attributes inherited from Puppet::Parser::AST
#file, #line, #parent, #pos, #scope
Method Summary
Methods inherited from Branch
Methods inherited from Puppet::Parser::AST
#evaluate, #initialize, #inspect, #safeevaluate
Methods included from Util::MethodHelper
#requiredopts, #set_options, #symbolize_options
Methods included from Util::Errors
#adderrorcontext, #devfail, #error_context, #exceptwrap, #fail
Constructor Details
This class inherits a constructor from Puppet::Parser::AST::Branch