Class: ActiveRecord::PredicateBuilder::RangeHandler::RangeWithBinds
Relationships & Source Files | |
Inherits: |
Struct
|
Defined in: | activerecord/lib/active_record/relation/predicate_builder/range_handler.rb |
Instance Attribute Summary
- #begin rw
- #end rw
- #exclude_end? ⇒ Boolean readonly
Instance Attribute Details
#begin (rw)
[ GitHub ]# File 'activerecord/lib/active_record/relation/predicate_builder/range_handler.rb', line 6
class RangeWithBinds < Struct.new(:begin, :end)
#end (rw)
[ GitHub ]# File 'activerecord/lib/active_record/relation/predicate_builder/range_handler.rb', line 6
class RangeWithBinds < Struct.new(:begin, :end)
#exclude_end? ⇒ Boolean
(readonly)
[ GitHub ]
# File 'activerecord/lib/active_record/relation/predicate_builder/range_handler.rb', line 7
def exclude_end? false end