class Babik::Selection::Operation::BinaryOperation

Binary operation That's it ?field <operator> ?value Most operations will have this format

Public Class Methods

new(field, value) click to toggle source
Calls superclass method Babik::Selection::Operation::Base::new
# File lib/babik/queryset/lib/selection/operation/base.rb, line 119
def initialize(field, value)
  super(field, "?field #{self.class::SQL_OPERATOR} ?value", value)
end