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
99 100 101 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 99 def begin @begin end |
#end ⇒ Object
Returns the value of attribute end
99 100 101 |
# File 'lib/rom/sql/extensions/postgres/types.rb', line 99 def end @end end |