Sha256: 496aa57eee3cf30c8ccfb1318c54c9c80ca8890122bf4b572371a810cf8a07e5
Contents?: true
Size: 243 Bytes
Versions: 15
Compression:
Stored size: 243 Bytes
Contents
module IIIFManifest class IIIFEndpoint attr_reader :url, :profile def initialize(url, profile: nil) @url = url @profile = profile end def context 'http://iiif.io/api/image/2/context.json' end end end
Version data entries
15 entries across 15 versions & 2 rubygems