Method: Jamf::PatchTitle#changed_pkg_for_version
- Defined in:
- lib/jamf/api/classic/api_objects/patch_title.rb
#changed_pkg_for_version(version) ⇒ Object
this is called by Jamf::PatchTitle::Version#package= to update @changed_pkgs which is used by #rest_xml to change the package assigned to a patch version in this title.
481 482 483 484 |
# File 'lib/jamf/api/classic/api_objects/patch_title.rb', line 481 def changed_pkg_for_version(version) @changed_pkgs << version @need_to_update = true end |