| Class | Puppet::DSL::ResourceTypeAPI |
| In: |
lib/puppet/dsl/resource_type_api.rb
|
| Parent: | Object |
Note: we don‘t want the user to call the following methods directly. However, we can‘t stop them by making the methods private because the user‘s .rb code gets instance_eval‘ed on an instance of this class. So instead we name the methods using double underscores to discourage customers from calling them.