Class: Riiif::ImageInformation

Inherits:
Struct
  • Object
show all
Defined in:
lib/riiif.rb

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



24
25
26
# File 'lib/riiif.rb', line 24

def height
  @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



24
25
26
# File 'lib/riiif.rb', line 24

def width
  @width
end