Class: IIIFManifest::ManifestBuilder::IIIFService
- Inherits:
-
Object
- Object
- IIIFManifest::ManifestBuilder::IIIFService
- Defined in:
- lib/iiif_manifest/manifest_builder/iiif_service.rb
Direct Known Subclasses
IIIFManifest, IIIFManifest::ManifestBuilder::IIIFManifest::Annotation, IIIFManifest::ManifestBuilder::IIIFManifest::AutocompleteService, IIIFManifest::ManifestBuilder::IIIFManifest::Canvas, IIIFManifest::ManifestBuilder::IIIFManifest::Range, IIIFManifest::ManifestBuilder::IIIFManifest::Resource, IIIFManifest::ManifestBuilder::IIIFManifest::SearchService, IIIFManifest::ManifestBuilder::IIIFManifest::Sequence, V3::ManifestBuilder::IIIFService
Instance Attribute Summary collapse
-
#inner_hash ⇒ Object
readonly
Returns the value of attribute inner_hash.
Instance Method Summary collapse
- #initial_attributes ⇒ Object
-
#initialize ⇒ IIIFService
constructor
A new instance of IIIFService.
Constructor Details
#initialize ⇒ IIIFService
Returns a new instance of IIIFService.
5 6 7 |
# File 'lib/iiif_manifest/manifest_builder/iiif_service.rb', line 5 def initialize @inner_hash = initial_attributes end |
Instance Attribute Details
#inner_hash ⇒ Object (readonly)
Returns the value of attribute inner_hash.
4 5 6 |
# File 'lib/iiif_manifest/manifest_builder/iiif_service.rb', line 4 def inner_hash @inner_hash end |
Instance Method Details
#initial_attributes ⇒ Object
11 12 13 |
# File 'lib/iiif_manifest/manifest_builder/iiif_service.rb', line 11 def initial_attributes {} end |