Class: AgnosticBackend::Queryable::Operations::Not

Inherits:
Unary show all
Defined in:
lib/agnostic_backend/queryable/operations/unary.rb

Instance Attribute Summary

Attributes inherited from Unary

#operand

Attributes inherited from TreeNode

#children, #context

Instance Method Summary collapse

Methods inherited from TreeNode

#==, #accept

Methods included from Utilities

included

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