Sha256: b7bed3af85ecee599da03f394f186cf63e39c6822422dc9ad1bfba1e93e08359
Contents?: true
Size: 701 Bytes
Versions: 18
Compression:
Stored size: 701 Bytes
Contents
# This is just a stub for now. # module JSS # class MacApplication < APIObject include Sitable ### The base for REST resources of this class RSRC_BASE = 'macapplications'.freeze ### the hash key used for the JSON list output of all objects in the JSS RSRC_LIST_KEY = :mac_applications ### The hash key used for the JSON object output. ### It's also used in various error messages RSRC_OBJECT_KEY = :mac_application # the object type for this object in # the object history table. # See {APIObject#add_object_history_entry} OBJECT_HISTORY_OBJECT_TYPE = 350 # Where is the Site data in the API JSON? SITE_SUBSET = :general end end
Version data entries
18 entries across 18 versions & 1 rubygems