# File lib/fog/ovirt/models/compute/server.rb, line 113
        def ticket(options = {})
          raise "Can not set console ticket, Server is not ready. Server status: #{status}" unless ready?
          service.vm_ticket(id, options)
        end