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