class AgnosticBackend::Queryable::Operations::Not
Public Class Methods
new(operand:, context:)
click to toggle source
Calls superclass method
AgnosticBackend::Queryable::Operations::Unary::new
# File lib/agnostic_backend/queryable/operations/unary.rb, line 14 def initialize(operand:, context:) super(operand: operand, context: context) end