Class: ActiveRecord::PredicateBuilder::RangeHandler::RangeWithBinds

Inherits:
Struct
  • Object
show all
Defined in:
lib/active_record/relation/predicate_builder/range_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#beginObject

Returns the value of attribute begin

Returns:

  • (Object)

    the current value of begin



4
5
6
# File 'lib/active_record/relation/predicate_builder/range_handler.rb', line 4

def begin
  @begin
end

#endObject

Returns the value of attribute end

Returns:

  • (Object)

    the current value of end



4
5
6
# File 'lib/active_record/relation/predicate_builder/range_handler.rb', line 4

def end
  @end
end

#exclude_end?Object

Returns the value of attribute exclude_end?

Returns:

  • (Object)

    the current value of exclude_end?



4
5
6
# File 'lib/active_record/relation/predicate_builder/range_handler.rb', line 4

def exclude_end?
  @exclude_end?
end