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