Class: MilkTea::ControlFlow::Dataflow::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/control_flow/dataflow.rb

Instance Attribute Summary collapse

Instance Attribute Details

#in_statesObject (readonly)

Returns the value of attribute in_states

Returns:

  • (Object)

    the current value of in_states



6
7
8
# File 'lib/milk_tea/core/control_flow/dataflow.rb', line 6

def in_states
  @in_states
end

#out_statesObject (readonly)

Returns the value of attribute out_states

Returns:

  • (Object)

    the current value of out_states



6
7
8
# File 'lib/milk_tea/core/control_flow/dataflow.rb', line 6

def out_states
  @out_states
end