Sha256: 890100d0941ede80032b38f371e5b414778b1790bf4a8b7302f6229ce5a341db
Contents?: true
Size: 662 Bytes
Versions: 12
Compression:
Stored size: 662 Bytes
Contents
# This is just a stub for now. # 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 ### 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 # Where is the Site data in the API JSON? SITE_SUBSET = :general end end
Version data entries
12 entries across 12 versions & 1 rubygems