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