Class: Xberg::QrBoundingBox
- Inherits:
-
Object
- Object
- Xberg::QrBoundingBox
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#height ⇒ Integer
readonly
Returns the value of attribute height.
-
#width ⇒ Integer
readonly
Returns the value of attribute width.
-
#x ⇒ Integer
readonly
Returns the value of attribute x.
-
#y ⇒ Integer
readonly
Returns the value of attribute y.
Instance Method Summary collapse
-
#initialize ⇒ QrBoundingBox
constructor
A new instance of QrBoundingBox.
Constructor Details
#initialize ⇒ QrBoundingBox
Returns a new instance of QrBoundingBox.
1623 |
# File 'sig/types.rbs', line 1623
def initialize: (x: Integer, y: Integer, width: Integer, height: Integer) -> void
|
Instance Attribute Details
#height ⇒ Integer (readonly)
Returns the value of attribute height.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def height @height end |
#width ⇒ Integer (readonly)
Returns the value of attribute width.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def width @width end |
#x ⇒ Integer (readonly)
Returns the value of attribute x.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def x @x end |
#y ⇒ Integer (readonly)
Returns the value of attribute y.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def y @y end |