Class: MilkTea::ControlFlow::Reachability::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#reachable_idsObject (readonly)

Returns the value of attribute reachable_ids

Returns:

  • (Object)

    the current value of reachable_ids



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

def reachable_ids
  @reachable_ids
end