Class: Roby::Test::RobyAppHelpers::SpawnedProcess
- Defined in:
- lib/roby/test/roby_app_helpers.rb
Instance Attribute Summary collapse
-
#capture_queue ⇒ Object
Returns the value of attribute capture_queue.
-
#capture_thread ⇒ Object
Returns the value of attribute capture_thread.
-
#captured_output ⇒ Object
Returns the value of attribute captured_output.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#capture_queue ⇒ Object
Returns the value of attribute capture_queue
273 274 275 |
# File 'lib/roby/test/roby_app_helpers.rb', line 273 def capture_queue @capture_queue end |
#capture_thread ⇒ Object
Returns the value of attribute capture_thread
273 274 275 |
# File 'lib/roby/test/roby_app_helpers.rb', line 273 def capture_thread @capture_thread end |
#captured_output ⇒ Object
Returns the value of attribute captured_output
273 274 275 |
# File 'lib/roby/test/roby_app_helpers.rb', line 273 def captured_output @captured_output end |
#pid ⇒ Object
Returns the value of attribute pid
273 274 275 |
# File 'lib/roby/test/roby_app_helpers.rb', line 273 def pid @pid end |