# File lib/fog/storm_on_demand/models/compute/servers.rb, line 12 def all data = connection.list_servers.body['items'] load(data) end