Class: BooleanTermParser::Clause
- Defined in:
- lib/doing/boolean_term_parser.rb
Instance Attribute Summary collapse
- 
  
    
      #operator  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute operator. 
- 
  
    
      #term  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute term. 
Instance Method Summary collapse
- 
  
    
      #initialize(operator, term)  ⇒ Clause 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Clause. 
Constructor Details
#initialize(operator, term) ⇒ Clause
Returns a new instance of Clause.