Class: Xberg::OcrPoint

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOcrPoint

Returns a new instance of OcrPoint.

Parameters:

  • x: (Integer)
  • y: (Integer)


1761
# File 'sig/types.rbs', line 1761

def initialize: (?x: Integer, ?y: Integer) -> void

Instance Attribute Details

#xInteger (readonly)

Returns the value of attribute x.

Returns:

  • (Integer)


1758
1759
1760
# File 'sig/types.rbs', line 1758

def x
  @x
end

#yInteger (readonly)

Returns the value of attribute y.

Returns:

  • (Integer)


1759
1760
1761
# File 'sig/types.rbs', line 1759

def y
  @y
end