lib/jss/api_object/restricted_software.rb in ruby-jss-0.10.0 vs lib/jss/api_object/restricted_software.rb in ruby-jss-0.10.1a2
- old
+ new
@@ -29,9 +29,14 @@
VALID_DATA_KEYS = [:scope].freeze
# Our scopes deal with computers
SCOPE_TARGET_KEY = :computers
+ # the object type for this object in
+ # the object history table.
+ # See {APIObject#add_object_history_entry}
+ OBJECT_HISTORY_OBJECT_TYPE = 5
+
# Attributes
#####################################
# @return [String] the process name
attr_reader :process_name