Class: IIIFCollection

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

Instance Method Summary collapse

Instance Method Details

#viewing_hintObject



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

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