Class: JSS::EBook

Inherits:
APIObject show all
Defined in:
lib/jss.rb,
lib/jss/api_object/ebook.rb

Constant Summary collapse

RSRC_BASE =

The base for REST resources of this class

'ebooks'.freeze
RSRC_LIST_KEY =

the hash key used for the JSON list output of all objects in the JSS

:ebooks
RSRC_OBJECT_KEY =

The hash key used for the JSON object output. It’s also used in various error messages

:ebook

Constructor Details

This class inherits a constructor from JSS::APIObject