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



20
21
22
# File 'lib/riiif.rb', line 20

def height
  @height
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



20
21
22
# File 'lib/riiif.rb', line 20

def width
  @width
end