Method: JSS::Computer#update

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

#updatevoid

This method returns an undefined value.

Send changes to the API



1093
1094
1095
1096
1097
# File 'lib/jss/api_object/computer.rb', line 1093

def update
  remove_mdm_profile if mdm_capable && @unmange_at_update
  @unmange_at_update = false
  super
end