Method: Jamf::PatchTitle#patch_report
- Defined in:
- lib/jamf/api/classic/api_objects/patch_title.rb
#patch_report(vers = :all) ⇒ Object Also known as: version_report, report
Get a patch report for this title.
See the class method Jamf::PatchTitle.patch_report
502 503 504 |
# File 'lib/jamf/api/classic/api_objects/patch_title.rb', line 502 def patch_report(vers = :all) Jamf::PatchTitle.patch_report id, version: vers, cnx: @cnx end |