Class: Kumi::Syntax::ImportCall
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Syntax::ImportCall
- Includes:
- Node
- Defined in:
- lib/kumi/syntax/import_call.rb
Instance Attribute Summary collapse
-
#fn_name ⇒ Object
Returns the value of attribute fn_name.
-
#input_mapping ⇒ Object
Returns the value of attribute input_mapping.
-
#loc ⇒ Object
Returns the value of attribute loc.
Attributes included from Node
Instance Method Summary collapse
Methods included from Node
Instance Attribute Details
#fn_name ⇒ Object
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_mapping ⇒ Object
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 |
#loc ⇒ Object
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
#children ⇒ Object
8 |
# File 'lib/kumi/syntax/import_call.rb', line 8 def children = input_mapping.values |