Class: Kumi::Syntax::InputReference
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Syntax::InputReference
- Includes:
- Node
- Defined in:
- lib/kumi/syntax/input_reference.rb
Overview
For field usage/reference in expressions (input.field_name)
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes included from Node
Instance Method Summary collapse
Methods included from Node
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/kumi/syntax/input_reference.rb', line 6 def name @name end |
Instance Method Details
#children ⇒ Object
9 |
# File 'lib/kumi/syntax/input_reference.rb', line 9 def children = [] |