Class: Xberg::OcrPoint
- Inherits:
-
Object
- Object
- Xberg::OcrPoint
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#x ⇒ Integer
readonly
Returns the value of attribute x.
-
#y ⇒ Integer
readonly
Returns the value of attribute y.
Instance Method Summary collapse
-
#initialize ⇒ OcrPoint
constructor
A new instance of OcrPoint.
Constructor Details
#initialize ⇒ OcrPoint
Returns a new instance of OcrPoint.
1761 |
# File 'sig/types.rbs', line 1761 def initialize: (?x: Integer, ?y: Integer) -> void |
Instance Attribute Details
#x ⇒ Integer (readonly)
Returns the value of attribute x.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def x @x end |
#y ⇒ Integer (readonly)
Returns the value of attribute y.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def y @y end |