lib/jss/api_object/policy.rb in ruby-jss-0.10.0 vs lib/jss/api_object/policy.rb in ruby-jss-0.10.1a2
- old
+ new
@@ -242,9 +242,14 @@
months: 'Month',
year: 'Year',
years: 'Year'
}.freeze
+ # the object type for this object in
+ # the object history table.
+ # See {APIObject#add_object_history_entry}
+ OBJECT_HISTORY_OBJECT_TYPE = 3
+
######################
### Attributes
######################
##### General