Class: MilkTea::ControlFlow::Dataflow::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::ControlFlow::Dataflow::Result
- Defined in:
- lib/milk_tea/core/control_flow/dataflow.rb
Instance Attribute Summary collapse
-
#in_states ⇒ Object
readonly
Returns the value of attribute in_states.
-
#out_states ⇒ Object
readonly
Returns the value of attribute out_states.
Instance Attribute Details
#in_states ⇒ Object (readonly)
Returns the value of attribute in_states
6 7 8 |
# File 'lib/milk_tea/core/control_flow/dataflow.rb', line 6 def in_states @in_states end |
#out_states ⇒ Object (readonly)
Returns the value of attribute out_states
6 7 8 |
# File 'lib/milk_tea/core/control_flow/dataflow.rb', line 6 def out_states @out_states end |