Method: Jamf::MDM#restart_device
- Defined in:
- lib/jamf/api/classic/api_objects/mdm.rb
#restart_device ⇒ Object Also known as: restart
Send a restart_device command to this object
1315 1316 1317 |
# File 'lib/jamf/api/classic/api_objects/mdm.rb', line 1315 def restart_device self.class.restart_device @id, cnx: @cnx end |