# File lib/fog/rackspace/models/block_storage/snapshots.rb, line 11 def all data = service.list_snapshots.body['snapshots'] load(data) end