struct

Goban::MQR

Inherits Goban::AbstractQR / Struct / Value / Object

Object that represents an encoded Micro QR Code symbol.

Instance methods

canvas

Returns the canvas of the Micro QR Code symbol. Canvas contains information about each single module (pixel) in the symbol.

Source
ecl

Error correction level of the Micro QR Code symbol.

Source
mask

Mask applied to this Micro QR Code symbol.

Source
segments

Content text segments of the QR Code symbol.

Source
size

Length of a side in the symbol.

Source
version

Version of the Micro QR Code symbol. Version in QR Code does not refer to its revision, but simply indicates the size format of the QR Code symbol.

Source

Nested types