Class: Kumi::Syntax::ImportCall

Inherits:
Struct
  • Object
show all
Includes:
Node
Defined in:
lib/kumi/syntax/import_call.rb

Instance Attribute Summary collapse

Attributes included from Node

#hints

Instance Method Summary collapse

Methods included from Node

#==, #initialize

Instance Attribute Details

#fn_nameObject

Returns the value of attribute fn_name



5
6
7
# File 'lib/kumi/syntax/import_call.rb', line 5

def fn_name
  @fn_name
end

#input_mappingObject

Returns the value of attribute input_mapping



5
6
7
# File 'lib/kumi/syntax/import_call.rb', line 5

def input_mapping
  @input_mapping
end

#locObject

Returns the value of attribute loc



5
6
7
# File 'lib/kumi/syntax/import_call.rb', line 5

def loc
  @loc
end

Instance Method Details

#childrenObject



8
# File 'lib/kumi/syntax/import_call.rb', line 8

def children = input_mapping.values