Method: Jamf::Computer#update

Defined in:
lib/jamf/api/classic/api_objects/computer.rb

#updatevoid

This method returns an undefined value.

Send changes to the API



1264
1265
1266
1267
1268
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 1264

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