Sha256: 693911e1232876647756d3b367a3781893b964d6b38692615907ca037f22ebed
Contents?: true
Size: 410 Bytes
Versions: 11
Compression:
Stored size: 410 Bytes
Contents
# This is just a stub for now. # module JSS # class EBook < APIObject ### 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 end end
Version data entries
11 entries across 11 versions & 1 rubygems