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

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

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json

Instance Attribute Details

#beginObject

Returns the value of attribute begin

Returns:

  • (Object)

    the current value of begin



6
7
8
# File 'activerecord/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 'activerecord/lib/active_record/relation/predicate_builder/range_handler.rb', line 6

def end
  @end
end

#exclude_end?Object

Returns the value of attribute exclude_end?

Returns:

  • (Object)

    the current value of exclude_end?



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

def exclude_end?
  @exclude_end?
end