lib/jss/api_object/computer_invitation.rb in ruby-jss-0.10.0 vs lib/jss/api_object/computer_invitation.rb in ruby-jss-0.10.1a2
- old
+ new
@@ -81,9 +81,14 @@
# See JSS::APIObject
OTHER_LOOKUP_KEYS = {
invitation: {rsrc_key: :invitation, list: :all_invitations}
}.freeze
+ # the object type for this object in
+ # the object history table.
+ # See {APIObject#add_object_history_entry}
+ OBJECT_HISTORY_OBJECT_TYPE = 84
+
# Attributes
#####################################
# The values returned in the General, Location, and Purchasing subsets are stored as direct attributes
# Location and Purchasing are defined in the Locatable and Purchasable mixin modules.