Class
Puppet::DSL::ResourceAPI
In:
lib/puppet/dsl/resource_api.rb
Parent:
Object
Methods
call_function
create_resource
environment
evaluate
export
method_missing
new
set_instance_variables
valid_type?
virtual
Included Modules
Puppet::Resource::TypeCollectionHelper
Constants
FUNCTION_MAP
=
{:acquire => :include}
Attributes
block
[R]
resource
[R]
scope
[R]
Public Class methods
new
(resource, scope, block)
Public Instance methods
call_function
(name, args)
create_resource
(type, names, arguments = nil)
environment
()
evaluate
()
export
(resources = nil, &block)
method_missing
(name, *args)
Try to convert a missing method into a resource type or a function.
set_instance_variables
()
valid_type?
(name)
virtual
(resources = nil, &block)
[Validate]