Class: IIIFManifest::IIIFCollection
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- IIIFManifest::IIIFCollection
- Defined in:
- lib/iiif_manifest/iiif_collection.rb
Instance Method Summary collapse
Instance Method Details
#viewing_hint ⇒ Object
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 |