Class: ROM::SQL::Types::PG::LineSegment
- Inherits:
-
Struct
- Object
- Struct
- ROM::SQL::Types::PG::LineSegment
- Defined in:
- lib/rom/sql/extensions/postgres/types.rb
Instance Attribute Summary collapse
-
#begin ⇒ Object
Returns the value of attribute begin.
-
#end ⇒ Object
Returns the value of attribute end.
Instance Attribute Details
#begin ⇒ Object
Returns the value of attribute begin
428 429 430 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 428 def begin @begin end |
#end ⇒ Object
Returns the value of attribute end
428 429 430 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 428 def end @end end |