Method: Sequel::Postgres::PGRange#begin

Defined in:
lib/sequel/extensions/pg_range.rb

#beginObject (readonly)

The beginning of the range. If nil, the range has an unbounded beginning.



300
301
302
# File 'lib/sequel/extensions/pg_range.rb', line 300

def begin
  @begin
end