Class: IIIFManifest::ManifestBuilder::IIIFService

Inherits:
Object
  • Object
show all
Defined in:
lib/iiif_manifest/manifest_builder/iiif_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeIIIFService

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_hashObject (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_attributesObject



11
12
13
# File 'lib/iiif_manifest/manifest_builder/iiif_service.rb', line 11

def initial_attributes
  {}
end