Class: Roby::Test::RobyAppHelpers::SpawnedProcess

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/test/roby_app_helpers.rb

Instance Attribute Summary collapse

Instance Attribute Details

#capture_queueObject

Returns the value of attribute capture_queue

Returns:

  • (Object)

    the current value of capture_queue



293
294
295
# File 'lib/roby/test/roby_app_helpers.rb', line 293

def capture_queue
  @capture_queue
end

#capture_threadObject

Returns the value of attribute capture_thread

Returns:

  • (Object)

    the current value of capture_thread



293
294
295
# File 'lib/roby/test/roby_app_helpers.rb', line 293

def capture_thread
  @capture_thread
end

#captured_outputObject

Returns the value of attribute captured_output

Returns:

  • (Object)

    the current value of captured_output



293
294
295
# File 'lib/roby/test/roby_app_helpers.rb', line 293

def captured_output
  @captured_output
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



293
294
295
# File 'lib/roby/test/roby_app_helpers.rb', line 293

def pid
  @pid
end