Sha256: 2899ef8e883bbd9ca037ee3218e7c580e1e41a8b47b6bac0784e1f1f74f7745f

Contents?: true

Size: 653 Bytes

Versions: 3

Compression:

Stored size: 653 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

    # the object type for this object in
    # the object history table.
    # See {APIObject#add_object_history_entry}
    OBJECT_HISTORY_OBJECT_TYPE = 22

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-jss-0.10.2 lib/jss/api_object/mobile_device_configuration_profile.rb
ruby-jss-0.10.1 lib/jss/api_object/mobile_device_configuration_profile.rb
ruby-jss-0.10.1a2 lib/jss/api_object/mobile_device_configuration_profile.rb