Class: CSDL::Operator
- Inherits:
-
Struct
- Object
- Struct
- CSDL::Operator
- Defined in:
- lib/csdl/operators.rb
Overview
A CSDL Operator definition with indication as to valid data types to be used with the operator.
Instance Attribute Summary collapse
-
#argument_types ⇒ Array<Symbol>
List of valid argument node types that can be associated with an operator.
-
#name ⇒ String
The name of the operator.
Instance Attribute Details
#argument_types ⇒ Array<Symbol>
List of valid argument node types that can be associated with an operator.
10 11 12 |
# File 'lib/csdl/operators.rb', line 10 def argument_types @argument_types end |
#name ⇒ String
The name of the operator.
10 11 12 |
# File 'lib/csdl/operators.rb', line 10 def name @name end |