# File lib/fog/rackspace/models/compute_v2/servers.rb, line 19 def all(filters = {}) data = service.list_servers.body['servers'] load(data) end