lib/jss/api_object/group/computer_group.rb in ruby-jss-0.10.2 vs lib/jss/api_object/group/computer_group.rb in ruby-jss-0.11.0a5

- old
+ new

@@ -54,10 +54,11 @@ class ComputerGroup < JSS::Group ##################################### ### Mix-Ins ##################################### + include JSS::MDM ##################################### ### Class Methods ##################################### @@ -83,9 +84,12 @@ # the object type for this object in # the object history table. # See {APIObject#add_object_history_entry} OBJECT_HISTORY_OBJECT_TYPE = 7 + + # what kind of devices are these WRT MDM + MDM_COMMAND_TARGET = :computergroups ##################################### ### Class Variables #####################################