| Class | Puppet::Resource |
| In: |
lib/puppet/resource.rb
lib/puppet/resource/status.rb |
| Parent: | Object |
The simplest resource class. Eventually it will function as the base class for all resource-like behaviour.
| ATTRIBUTES | = | [:file, :line, :exported] |
| catalog | [RW] | |
| exported | [RW] | |
| file | [RW] | |
| line | [RW] | |
| strict | [RW] | |
| title | [R] | |
| type | [R] | |
| validate_parameters | [RW] | |
| virtual | [RW] |
These two methods are extracted into a Helper module, but file load order prevents me from including them in the class, and I had weird behaviour (i.e., sometimes it didn‘t work) when I directly extended each resource with the helper.