Class: Kumi::Syntax::InputReference

Inherits:
Struct
  • Object
show all
Includes:
Node
Defined in:
lib/kumi/syntax/input_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

#nameObject

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

#childrenObject



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

def children = []