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:



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

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

Instance Attribute Details

#bboxQrBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



1729
1730
1731
# File 'sig/types.rbs', line 1729

def bbox
  @bbox
end

#confidenceFloat (readonly)

Returns the value of attribute confidence.

Returns:

  • (Float)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def confidence
  @confidence
end

#payloadString (readonly)

Returns the value of attribute payload.

Returns:

  • (String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def payload
  @payload
end