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 Method Summary collapse

Instance Attribute Details

#beginObject

Returns the value of attribute begin



6
7
8
# File 'lib/active_record/relation/predicate_builder/range_handler.rb', line 6

def begin
  @begin
end

#endObject

Returns the value of attribute end



6
7
8
# File 'lib/active_record/relation/predicate_builder/range_handler.rb', line 6

def end
  @end
end

Instance Method Details

#exclude_end?Boolean



7
8
9
# File 'lib/active_record/relation/predicate_builder/range_handler.rb', line 7

def exclude_end?
  false
end