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