Class: ROM::SQL::Postgres::Values::LineSegment

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

Instance Attribute Summary collapse

Instance Attribute Details

#beginObject

Returns the value of attribute begin

Returns:

  • (Object)

    the current value of begin



15
16
17
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 15

def begin
  @begin
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



15
16
17
# File 'lib/rom/sql/extensions/postgres/types/geometric.rb', line 15

def end
  @end
end