class AgnosticBackend::Queryable::Operations::Unary
Attributes
operand[R]
Public Class Methods
new(operand:, context: nil)
click to toggle source
Calls superclass method
AgnosticBackend::Queryable::Operations::Operation::new
# File lib/agnostic_backend/queryable/operations/unary.rb, line 7 def initialize(operand:, context: nil) @operand = operand super([operand], context) end