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.
1625 |
# File 'sig/types.rbs', line 1625
def initialize: (payload: String, ?confidence: Float, ?bbox: QrBoundingBox) -> void
|
Instance Attribute Details
#bbox ⇒ QrBoundingBox (readonly)
Returns the value of attribute bbox.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def bbox @bbox end |
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def confidence @confidence end |
#payload ⇒ String (readonly)
Returns the value of attribute payload.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def payload @payload end |