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
31 32 33 |
# File 'lib/vangrail/colang/ast.rb', line 31 def body @body end |
#name ⇒ Object
Returns the value of attribute name
31 32 33 |
# File 'lib/vangrail/colang/ast.rb', line 31 def name @name end |
#subflow ⇒ Object
Returns the value of attribute subflow
31 32 33 |
# File 'lib/vangrail/colang/ast.rb', line 31 def subflow @subflow end |