Class: ActiveRecord::PredicateBuilder::RangeHandler::RangeWithBinds
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::PredicateBuilder::RangeHandler::RangeWithBinds
- Defined in:
- lib/active_record/relation/predicate_builder/range_handler.rb
Instance Attribute Summary collapse
-
#begin ⇒ Object
Returns the value of attribute begin.
-
#end ⇒ Object
Returns the value of attribute end.
-
#exclude_end? ⇒ Object
Returns the value of attribute exclude_end?.
Instance Attribute Details
#begin ⇒ Object
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 |
#end ⇒ Object
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 |
#exclude_end? ⇒ Object
Returns the value of attribute exclude_end?
6 7 8 |
# File 'lib/active_record/relation/predicate_builder/range_handler.rb', line 6
def exclude_end?
@exclude_end?
end
|