class AgnosticBackend::Queryable::Operations::Unary

Attributes

operand[R]

Public Class Methods

new(operand:, context: nil) click to toggle source
# File lib/agnostic_backend/queryable/operations/unary.rb, line 7
def initialize(operand:, context: nil)
  @operand = operand
  super([operand], context)
end