Class: Oso::Polar::Data::Filter::Relation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Oso::Polar::Data::Filter::Relation
 
 
- Defined in:
 - lib/oso/polar/data/filter.rb
 
Instance Attribute Summary collapse
- 
  
    
      #left  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute left.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute name.
 - 
  
    
      #right  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute right.
 
Class Method Summary collapse
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
      32 33 34  | 
    
      # File 'lib/oso/polar/data/filter.rb', line 32 def left @left end  | 
  
#name ⇒ Object
Returns the value of attribute name
      32 33 34  | 
    
      # File 'lib/oso/polar/data/filter.rb', line 32 def name @name end  | 
  
#right ⇒ Object
Returns the value of attribute right
      32 33 34  | 
    
      # File 'lib/oso/polar/data/filter.rb', line 32 def right @right end  |