Class: JSS::PatchInternalSource
- Inherits:
-
PatchSource
- Object
- APIObject
- PatchSource
- JSS::PatchInternalSource
- Defined in:
- lib/jss/api_object/patch_source/patch_internal_source.rb
Overview
An 'Internal' patch source. These sources are defined by Jamf themselves, as a part of the JSS, and cannot be created, modified
or deleted.
Constant Summary collapse
- RSRC_BASE =
The base for REST resources of this class
'patchinternalsources'.freeze
- RSRC_LIST_KEY =
the hash key used for the JSON list output of all objects in the JSS
:patch_internal_sources
- RSRC_OBJECT_KEY =
The hash key used for the JSON object output. It's also used in various error messages
:patch_internal_source
Instance Attribute Summary collapse
-
#need_to_update ⇒ Boolean
included
from Updatable
readonly
Do we have unsaved changes?.
Constructor Details
This class inherits a constructor from JSS::PatchSource
Instance Attribute Details
#need_to_update ⇒ Boolean (readonly) Originally defined in module Updatable
Returns do we have unsaved changes?.