Method: Puppet::Parser::AST::ResourceInstance#title
- Defined in:
- lib/puppet/parser/ast/resource_instance.rb
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/puppet/parser/ast/resource_instance.rb', line 5 def title @title end |