Method: ChefAPI::Resource::Base.all

Defined in:
lib/chef-api/resources/base.rb

.allArray<Resource::Base>

Note:

Unless you need the entire collection, please consider using the

Return an array of all resources in the collection.

size and each methods instead as they are much more perforant.

Returns:



393
394
395
# File 'lib/chef-api/resources/base.rb', line 393

def all
  entries
end