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
Instance Attribute Details
#operator ⇒ Object
Returns the value of attribute operator.
40 41 42 |
# File 'lib/doing/boolean_term_parser.rb', line 40 def operator @operator end |
#term ⇒ Object
Returns the value of attribute term.
40 41 42 |
# File 'lib/doing/boolean_term_parser.rb', line 40 def term @term end |