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.
1624 |
# File 'sig/types.rbs', line 1624
def initialize: (x: Integer, y: Integer, width: Integer, height: Integer) -> void
|
Instance Attribute Details
#height ⇒ Integer (readonly)
Returns the value of attribute height.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def height @height end |
#width ⇒ Integer (readonly)
Returns the value of attribute width.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def width @width end |
#x ⇒ Integer (readonly)
Returns the value of attribute x.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def x @x end |
#y ⇒ Integer (readonly)
Returns the value of attribute y.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def y @y end |