class AgnosticBackend::Queryable::Operations::OrderQualifier

Public Class Methods

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