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



273
274
275
# File 'lib/roby/test/roby_app_helpers.rb', line 273

def capture_queue
  @capture_queue
end

#capture_threadObject

Returns the value of attribute capture_thread

Returns:

  • (Object)

    the current value of capture_thread



273
274
275
# File 'lib/roby/test/roby_app_helpers.rb', line 273

def capture_thread
  @capture_thread
end

#captured_outputObject

Returns the value of attribute captured_output

Returns:

  • (Object)

    the current value of captured_output



273
274
275
# File 'lib/roby/test/roby_app_helpers.rb', line 273

def captured_output
  @captured_output
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



273
274
275
# File 'lib/roby/test/roby_app_helpers.rb', line 273

def pid
  @pid
end