Method: JSS::MDM#shut_down_device

Defined in:
lib/jss/api_object/mdm.rb

#shut_down_deviceObject Also known as: shutdown_device, shut_down, shutdown

Send a shut_down_device command to this object



1199
1200
1201
# File 'lib/jss/api_object/mdm.rb', line 1199

def shut_down_device
  self.class.shut_down_device @id, api: @api
end