Method: Chef.set_resource_priority_map

Defined in:
lib/chef/chef_class.rb

.set_resource_priority_map(resource_priority_map) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Sets the resource_priority_map

Parameters:



132
133
134
# File 'lib/chef/chef_class.rb', line 132

def set_resource_priority_map(resource_priority_map)
  @resource_priority_map = resource_priority_map
end