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.
1634 |
# File 'sig/types.rbs', line 1634
def initialize: (x: Integer, y: Integer, width: Integer, height: Integer) -> void
|
Instance Attribute Details
#height ⇒ Integer (readonly)
Returns the value of attribute height.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def height @height end |
#width ⇒ Integer (readonly)
Returns the value of attribute width.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def width @width end |
#x ⇒ Integer (readonly)
Returns the value of attribute x.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def x @x end |
#y ⇒ Integer (readonly)
Returns the value of attribute y.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def y @y end |