Class: IIIFManifest::IIIFCollection

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/iiif_manifest/iiif_collection.rb

Instance Method Summary collapse

Instance Method Details

#viewing_hintObject



3
4
5
6
# File 'lib/iiif_manifest/iiif_collection.rb', line 3

def viewing_hint
  return super if __getobj__.respond_to?(:viewing_hint)
  'multi-part'
end