lib/jss/api_object/configuration_profile.rb in ruby-jss-0.14.0 vs lib/jss/api_object/configuration_profile.rb in ruby-jss-1.0.0b2
- old
+ new
@@ -60,9 +60,16 @@
SELF_SERVICE_PAYLOAD = :profile
# Where is the Site data in the API JSON?
SITE_SUBSET = :general
+ # Where is the Category in the API JSON?
+ CATEGORY_SUBSET = :general
+
+ # How is the category stored in the API data?
+ CATEGORY_DATA_TYPE = Hash
+
+
# Attributes
###################################
# @return [String] the description of this profile
attr_reader :description