class AgnosticBackend::Queryable::Operations::Not

Public Class Methods

new(operand:, context:) click to toggle source
# File lib/agnostic_backend/queryable/operations/unary.rb, line 14
def initialize(operand:, context:)
  super(operand: operand, context: context)
end