Class: Riiif::ImageInformation
- Inherits:
-
Struct
- Object
- Struct
- Riiif::ImageInformation
- Defined in:
- lib/riiif.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
24 25 26 |
# File 'lib/riiif.rb', line 24 def height @height end |
#width ⇒ Object
Returns the value of attribute width
24 25 26 |
# File 'lib/riiif.rb', line 24 def width @width end |