Base clasee for mono and multi variable operators
The leaves on which this operator operates. These are either comparators or other operators.
Create a new Operator
array - Leaves this operates on
# File lib/onapp_market/api/query/operators.rb, line 15 def initialize(array) @leaves = array end