Method: Jamf::PatchTitle#update

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

#updateObject

wrapper to clear @changed_pkgs after updating



492
493
494
495
496
# File 'lib/jamf/api/classic/api_objects/patch_title.rb', line 492

def update
  response = super
  @changed_pkgs.clear
  response
end