Class: Necropsy::Reachability::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/necropsy/reachability/engine.rb

Instance Attribute Summary collapse

Instance Attribute Details

#runtime_aliveObject (readonly)

Returns the value of attribute runtime_alive

Returns:

  • (Object)

    the current value of runtime_alive



5
6
7
# File 'lib/necropsy/reachability/engine.rb', line 5

def runtime_alive
  @runtime_alive
end

#test_aliveObject (readonly)

Returns the value of attribute test_alive

Returns:

  • (Object)

    the current value of test_alive



5
6
7
# File 'lib/necropsy/reachability/engine.rb', line 5

def test_alive
  @test_alive
end