Class: Necropsy::Reachability::Result
- Inherits:
-
Data
- Object
- Data
- Necropsy::Reachability::Result
- Defined in:
- lib/necropsy/reachability/engine.rb
Instance Attribute Summary collapse
-
#runtime_alive ⇒ Object
readonly
Returns the value of attribute runtime_alive.
-
#test_alive ⇒ Object
readonly
Returns the value of attribute test_alive.
Instance Attribute Details
#runtime_alive ⇒ Object (readonly)
Returns the value of attribute runtime_alive
5 6 7 |
# File 'lib/necropsy/reachability/engine.rb', line 5 def runtime_alive @runtime_alive end |
#test_alive ⇒ Object (readonly)
Returns the value of attribute test_alive
5 6 7 |
# File 'lib/necropsy/reachability/engine.rb', line 5 def test_alive @test_alive end |