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