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

- old
+ new

@@ -185,9 +185,14 @@ HISTORY_RSRC = 'mobiledevicehistory'.freeze # Available history subsets HISTORY_SUBSETS = %i[management_commands user_location audits applications ebooks].freeze + # the object type for this object in + # the object history table. + # See {APIObject#add_object_history_entry} + OBJECT_HISTORY_OBJECT_TYPE = 21 + # Class Methods ##################################### # @return [Array<String>] all mobiledevice serial_numbers