Class: IIIF::V3::Presentation::NavPlace::Rect
- Inherits:
-
Struct
- Object
- Struct
- IIIF::V3::Presentation::NavPlace::Rect
- Defined in:
- lib/iiif/v3/presentation/nav_place.rb
Instance Attribute Summary collapse
-
#coord1 ⇒ Object
Returns the value of attribute coord1.
-
#coord2 ⇒ Object
Returns the value of attribute coord2.
Instance Attribute Details
#coord1 ⇒ Object
Returns the value of attribute coord1
7 8 9 |
# File 'lib/iiif/v3/presentation/nav_place.rb', line 7 def coord1 @coord1 end |
#coord2 ⇒ Object
Returns the value of attribute coord2
7 8 9 |
# File 'lib/iiif/v3/presentation/nav_place.rb', line 7 def coord2 @coord2 end |