123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Inherits: Struct
  • ::Object
Defined in: activerecord/lib/active_record/relation/predicate_builder/range_handler.rb

Instance Attribute Summary

Instance Method Summary

Instance Attribute Details

#begin (rw)

[ GitHub ]

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

RangeWithBinds = Struct.new(:begin, :end, :exclude_end?)

#end (rw)

[ GitHub ]

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

RangeWithBinds = Struct.new(:begin, :end, :exclude_end?)

Instance Method Details

#exclude_end?

[ GitHub ]

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

RangeWithBinds = Struct.new(:begin, :end, :exclude_end?)