# File lib/fog/ninefold/models/compute/server.rb, line 83 def reboot requires :identity self.jobid = extract_job_id(connection.reboot_virtual_machine(:id => identity)) puts "jobid: " + jobid.to_s true end