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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Boolean)


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

def exclude_end?
  false
end