Class: ROM::SQL::Types::PG::Point
- Inherits:
-
Struct
- Object
- Struct
- ROM::SQL::Types::PG::Point
- Defined in:
- lib/rom/sql/extensions/postgres/types.rb
Overview
Geometric types
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
387 388 389 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 387 def x @x end |
#y ⇒ Object
Returns the value of attribute y
387 388 389 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 387 def y @y end |