Class: AgnosticBackend::Queryable::Operations::NAry
- Defined in:
- lib/agnostic_backend/queryable/operations/n_ary.rb
Instance Attribute Summary
Attributes inherited from TreeNode
Instance Method Summary collapse
-
#initialize(operands:, context: nil) ⇒ NAry
constructor
A new instance of NAry.
Methods inherited from TreeNode
Methods included from Utilities
Constructor Details
#initialize(operands:, context: nil) ⇒ NAry
Returns a new instance of NAry.
6 7 8 |
# File 'lib/agnostic_backend/queryable/operations/n_ary.rb', line 6 def initialize(operands:, context: nil) super(operands, context) end |