struct

Goban::QR

Inherits Goban::AbstractQR / Struct / Value / Object

Object that represents an encoded QR Code symbol.

Instance methods

canvas

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

Source
ecl

Error correction level of the QR Code symbol.

Source
mask

Mask applied to this 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 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