# File lib/fog/profitbricks/models/compute/groups.rb, line 11 def all() result = service.get_all_groups() load(result.body['items'].each { |group| flatten(group) }) end