lib/jss/api_object/ebook.rb in ruby-jss-0.10.2a5 vs lib/jss/api_object/ebook.rb in ruby-jss-0.10.2
- old
+ new
@@ -4,12 +4,10 @@
module JSS
#
class EBook < APIObject
- include Sitable
-
### The base for REST resources of this class
RSRC_BASE = 'ebooks'.freeze
### the hash key used for the JSON list output of all objects in the JSS
RSRC_LIST_KEY = :ebooks
@@ -20,12 +18,9 @@
# the object type for this object in
# the object history table.
# See {APIObject#add_object_history_entry}
OBJECT_HISTORY_OBJECT_TYPE = 24
-
- # Where is the Site data in the API JSON?
- SITE_SUBSET = :general
end
end