Class: Xberg::QrCode

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeQrCode

Returns a new instance of QrCode.

Parameters:



1670
# File 'sig/types.rbs', line 1670

def initialize: (payload: String, ?confidence: Float, ?bbox: QrBoundingBox) -> void

Instance Attribute Details

#bboxQrBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



1668
1669
1670
# File 'sig/types.rbs', line 1668

def bbox
  @bbox
end

#confidenceFloat (readonly)

Returns the value of attribute confidence.

Returns:

  • (Float)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def confidence
  @confidence
end

#payloadString (readonly)

Returns the value of attribute payload.

Returns:

  • (String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def payload
  @payload
end