Class: Kumi::Syntax::InputElementReference

Inherits:
Struct
  • Object
show all
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

Attributes included from Node

#hints, #loc

Instance Method Summary collapse

Methods included from Node

#==, #initialize

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



6
7
8
# File 'lib/kumi/syntax/input_element_reference.rb', line 6

def path
  @path
end

Instance Method Details

#childrenObject



9
# File 'lib/kumi/syntax/input_element_reference.rb', line 9

def children = []