Class: QRTools::Image::Point
- Inherits:
-
Struct
- Object
- Struct
- QRTools::Image::Point
- Defined in:
- lib/qrtools/image.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
5 6 7 |
# File 'lib/qrtools/image.rb', line 5 def x @x end |
#y ⇒ Object
Returns the value of attribute y
5 6 7 |
# File 'lib/qrtools/image.rb', line 5 def y @y end |