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
Constant Summary
Constants inherited from Puppet::Parser::AST
Instance Attribute Summary collapse
-
#parameters ⇒ Object
A simple container for a parameter for an object.
-
#title ⇒ Object
A simple container for a parameter for an object.
Attributes inherited from Branch
Attributes inherited from Puppet::Parser::AST
Attributes included from Util::Docs
Attributes included from FileCollection::Lookup
Method Summary
Methods inherited from Branch
Methods inherited from Puppet::Parser::AST
associates_doc, #evaluate, #evaluate_match, #initialize, #inspect, #parsefail, #parsewrap, #safeevaluate, settor?, #use_docs
Methods included from Util::Docs
#desc, #dochook, #doctable, #nodoc?, #pad, scrub
Methods included from Util::MethodHelper
#requiredopts, #set_options, #symbolize_options
Methods included from Util::Errors
#adderrorcontext, #devfail, #error_context, #exceptwrap, #fail
Methods included from FileCollection::Lookup
#file, #file=, #file_collection
Constructor Details
This class inherits a constructor from Puppet::Parser::AST::Branch
Instance Attribute Details
#parameters ⇒ Object
A simple container for a parameter for an object. Consists of a title and a set of parameters.
7 8 9 |
# File 'lib/puppet/parser/ast/resource_instance.rb', line 7 def parameters @parameters end |
#title ⇒ Object
A simple container for a parameter for an object. Consists of a title and a set of parameters.
7 8 9 |
# File 'lib/puppet/parser/ast/resource_instance.rb', line 7 def title @title end |