Class: WaxIiif::FakeImageVariant

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

Instance Attribute Summary collapse

Instance Attribute Details

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



6
7
8
# File 'lib/wax_iiif/image_variant.rb', line 6

def height
  @height
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/wax_iiif/image_variant.rb', line 6

def id
  @id
end

#mime_typeObject

Returns the value of attribute mime_type

Returns:

  • (Object)

    the current value of mime_type



6
7
8
# File 'lib/wax_iiif/image_variant.rb', line 6

def mime_type
  @mime_type
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



6
7
8
# File 'lib/wax_iiif/image_variant.rb', line 6

def uri
  @uri
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



6
7
8
# File 'lib/wax_iiif/image_variant.rb', line 6

def width
  @width
end