Class: IiifS3::FakeManifest
- Inherits:
-
Struct
- Object
- Struct
- IiifS3::FakeManifest
- Defined in:
- lib/iiif_s3/manifest.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/iiif_s3/manifest.rb', line 3 def id @id end |
#label ⇒ Object
Returns the value of attribute label
3 4 5 |
# File 'lib/iiif_s3/manifest.rb', line 3 def label @label end |
#type ⇒ Object
Returns the value of attribute type
3 4 5 |
# File 'lib/iiif_s3/manifest.rb', line 3 def type @type end |