lib/jss/api_object/script.rb in ruby-jss-0.14.0 vs lib/jss/api_object/script.rb in ruby-jss-1.0.0b2

- old
+ new

@@ -97,9 +97,16 @@ # the object type for this object in # the object history table. # See {APIObject#add_object_history_entry} OBJECT_HISTORY_OBJECT_TYPE = 91 + # Where is the Category in the API JSON? + CATEGORY_SUBSET = :top + + # How is the category stored in the API data? + CATEGORY_DATA_TYPE = String + + ### Attributes ##################################### ### @return [String] the file name of the script, if stored in a dist. point attr_reader :filename