Class: Idml::Geometry::Point
- Inherits:
-
Struct
- Object
- Struct
- Idml::Geometry::Point
- Defined in:
- lib/idml/geometry.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
10 11 12 |
# File 'lib/idml/geometry.rb', line 10 def x @x end |
#y ⇒ Object
Returns the value of attribute y
10 11 12 |
# File 'lib/idml/geometry.rb', line 10 def y @y end |