Class: PhraseParser::PhraseClause
Overview
Represents a phrase clause
Instance Attribute Summary collapse
- 
  
    
      #operator  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute operator. 
- 
  
    
      #phrase  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute phrase. 
Instance Method Summary collapse
- 
  
    
      #initialize(operator, phrase)  ⇒ PhraseClause 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of PhraseClause. 
Constructor Details
#initialize(operator, phrase) ⇒ PhraseClause
Returns a new instance of PhraseClause.