Class: AgnosticBackend::Queryable::Operations::Not
Instance Attribute Summary
Attributes inherited from Unary
Attributes inherited from TreeNode
Instance Method Summary collapse
-
#initialize(operand:, context:) ⇒ Not
constructor
A new instance of Not.
Methods inherited from TreeNode
Methods included from Utilities
Constructor Details
#initialize(operand:, context:) ⇒ Not
Returns a new instance of Not.
14 15 16 |
# File 'lib/agnostic_backend/queryable/operations/unary.rb', line 14 def initialize(operand:, context:) super(operand: operand, context: context) end |