Class: Vangrail::Colang::Flow
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Flow
- Defined in:
- lib/vangrail/colang/ast.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#name ⇒ Object
Returns the value of attribute name.
-
#subflow ⇒ Object
Returns the value of attribute subflow.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
57 58 59 |
# File 'lib/vangrail/colang/ast.rb', line 57 def body @body end |
#name ⇒ Object
Returns the value of attribute name
57 58 59 |
# File 'lib/vangrail/colang/ast.rb', line 57 def name @name end |
#subflow ⇒ Object
Returns the value of attribute subflow
57 58 59 |
# File 'lib/vangrail/colang/ast.rb', line 57 def subflow @subflow end |