Class: ROM::SQL::Types::PG::LineSegment

Inherits:
Struct
  • Object
show all
Defined in:
lib/rom/sql/extensions/postgres/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#beginObject

Returns the value of attribute begin



440
441
442
# File 'lib/rom/sql/extensions/postgres/types.rb', line 440

def begin
  @begin
end

#endObject

Returns the value of attribute end



440
441
442
# File 'lib/rom/sql/extensions/postgres/types.rb', line 440

def end
  @end
end