Class: IiifPrint::CollectionFieldShim
- Inherits:
-
Struct
- Object
- Struct
- IiifPrint::CollectionFieldShim
- Defined in:
- lib/iiif_print.rb
Instance Attribute Summary collapse
-
#indexing ⇒ Object
Returns the value of attribute indexing.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#indexing ⇒ Object
Returns the value of attribute indexing
250 251 252 |
# File 'lib/iiif_print.rb', line 250 def indexing @indexing end |
#name ⇒ Object
Returns the value of attribute name
250 251 252 |
# File 'lib/iiif_print.rb', line 250 def name @name end |
#value ⇒ Object
Returns the value of attribute value
250 251 252 |
# File 'lib/iiif_print.rb', line 250 def value @value end |