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

- old
+ new

@@ -14,8 +14,13 @@ ### The hash key used for the JSON object output. ### It's also used in various error messages RSRC_OBJECT_KEY = :ebook + # the object type for this object in + # the object history table. + # See {APIObject#add_object_history_entry} + OBJECT_HISTORY_OBJECT_TYPE = 24 + end end