Method: Jamf::PatchTitle#update
- Defined in:
- lib/jamf/api/classic/api_objects/patch_title.rb
#update ⇒ Object
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 |