# File lib/fog/ninefold/models/compute/server.rb, line 96 def stop requires :identity self.jobid = extract_job_id(connection.stop_virtual_machine(:id => identity)) true end