# File lib/fog/brightbox/models/compute/servers.rb, line 12
        def all
          data = service.list_servers
          load(data)
        end