Class: Xberg::QrCode
- Inherits:
-
Object
- Object
- Xberg::QrCode
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#bbox ⇒ QrBoundingBox
readonly
Returns the value of attribute bbox.
-
#confidence ⇒ Float
readonly
Returns the value of attribute confidence.
-
#payload ⇒ String
readonly
Returns the value of attribute payload.
Instance Method Summary collapse
-
#initialize ⇒ QrCode
constructor
A new instance of QrCode.
Constructor Details
#initialize ⇒ QrCode
Returns a new instance of QrCode.
1614 |
# File 'sig/types.rbs', line 1614
def initialize: (payload: String, ?confidence: Float, ?bbox: QrBoundingBox) -> void
|
Instance Attribute Details
#bbox ⇒ QrBoundingBox (readonly)
Returns the value of attribute bbox.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def bbox @bbox end |
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def confidence @confidence end |
#payload ⇒ String (readonly)
Returns the value of attribute payload.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def payload @payload end |