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