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