Method: Chef::Provider.action_descriptions

Defined in:
lib/chef/provider.rb

.action_descriptionsHash

Return the hash of action descriptions defined for the provider class.

any provided action descriptions.

Returns:

  • (Hash)

    hash of [Symbol] => [String] containing



79
80
81
# File 'lib/chef/provider.rb', line 79

def self.action_descriptions
  @action_descriptions ||= {}
end