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