lib/jss/api_object/group/user_group.rb in ruby-jss-1.0.3b3 vs lib/jss/api_object/group/user_group.rb in ruby-jss-1.0.3b4
- old
+ new
@@ -76,9 +76,15 @@
VALID_DATA_KEYS = [:is_smart, :users ]
### this allows the parent Group class to do things right
MEMBER_CLASS = JSS::User
+ # the XML element for immediate member additions via PUT
+ ADD_MEMBERS_ELEMENT = 'user_additions'.freeze
+
+ # the XML element for immediate member removals via PUT
+ REMOVE_MEMBERS_ELEMENT = 'user_deletions'.freeze
+
# the object type for this object in
# the object history table.
# See {APIObject#add_object_history_entry}
OBJECT_HISTORY_OBJECT_TYPE = 54