Class: Puppet::Parser::AST::ResourceInstance
- Defined in:
- lib/puppet/parser/ast/resource_instance.rb
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
Method Summary
Methods inherited from Branch
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 |