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