Method: Chef::Provider.action_descriptions
- Defined in:
- lib/chef/provider.rb
.action_descriptions ⇒ Hash
Return the hash of action descriptions defined for the provider class.
any provided action descriptions.
79 80 81 |
# File 'lib/chef/provider.rb', line 79 def self.action_descriptions @action_descriptions ||= {} end |