lib/jss/api_object/package.rb in ruby-jss-0.10.0 vs lib/jss/api_object/package.rb in ruby-jss-0.10.1a2

- old
+ new

@@ -90,9 +90,14 @@ DO_NOT_INSTALL = 'Do Not Install'.freeze ### The table in the database for this object DB_TABLE = 'packages'.freeze + # the object type for this object in + # the object history table. + # See {APIObject#add_object_history_entry} + OBJECT_HISTORY_OBJECT_TYPE = 90 + ### Class Variables ##################################### ### Class Methods #####################################