Class: Kumi::Syntax::InputDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Syntax::InputDeclaration
- Includes:
- Node
- Defined in:
- lib/kumi/syntax/input_declaration.rb
Overview
For field metadata declarations inside input blocks
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes included from Node
Method Summary
Methods included from Node
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
6 7 8 |
# File 'lib/kumi/syntax/input_declaration.rb', line 6 def children @children end |
#domain ⇒ Object
Returns the value of attribute domain
6 7 8 |
# File 'lib/kumi/syntax/input_declaration.rb', line 6 def domain @domain end |
#index ⇒ Object
Returns the value of attribute index
6 7 8 |
# File 'lib/kumi/syntax/input_declaration.rb', line 6 def index @index end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/kumi/syntax/input_declaration.rb', line 6 def name @name end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/kumi/syntax/input_declaration.rb', line 6 def type @type end |