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

Returns:

  • (Object)

    the current value of begin



428
429
430
# File 'lib/rom/sql/extensions/postgres/types.rb', line 428

def begin
  @begin
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



428
429
430
# File 'lib/rom/sql/extensions/postgres/types.rb', line 428

def end
  @end
end