Method: ChefAPI::Resource::Base.destroy_all
- Defined in:
- lib/chef-api/resources/base.rb
.destroy_all(prefix = {}) ⇒ Array<Base>
Delete all remote resources of the given type from the Chef Server
231 232 233 |
# File 'lib/chef-api/resources/base.rb', line 231 def destroy_all(prefix = {}) map(&:destroy) end |