Class: Puppet::Parser::AST::ResourceInstance

Inherits:
Branch show all
Defined in:
lib/puppet/parser/ast/resource_instance.rb

Instance Attribute Summary collapse

Attributes inherited from Branch

#children, #pin

Method Summary

Methods inherited from Branch

#each, #initialize

Constructor Details

This class inherits a constructor from Puppet::Parser::AST::Branch

Instance Attribute Details

#parametersObject

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

#titleObject

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