Sha256: f353eb15c7fb0b98efc24dddd176c1e0c32d3019eef902b281f219a67d115c2f
Contents?: true
Size: 496 Bytes
Versions: 11
Compression:
Stored size: 496 Bytes
Contents
# This is just a stub for now. # module JSS # class MobileDeviceConfigurationProfile < APIObject ### The base for REST resources of this class RSRC_BASE = 'mobiledeviceconfigurationprofiles'.freeze ### the hash key used for the JSON list output of all objects in the JSS RSRC_LIST_KEY = :configuration_profiles ### The hash key used for the JSON object output. ### It's also used in various error messages RSRC_OBJECT_KEY = :configuration_profile end end
Version data entries
11 entries across 11 versions & 1 rubygems