Class: Roby::Promise::PipelineElement

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

Overview

Representation of one element in the pipeline

Instance Attribute Summary collapse

Instance Attribute Details

#callbackObject

Returns the value of attribute callback

Returns:

  • (Object)

    the current value of callback



70
71
72
# File 'lib/roby/promise.rb', line 70

def callback
  @callback
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



70
71
72
# File 'lib/roby/promise.rb', line 70

def description
  @description
end

#run_in_engineObject

Returns the value of attribute run_in_engine

Returns:

  • (Object)

    the current value of run_in_engine



70
71
72
# File 'lib/roby/promise.rb', line 70

def run_in_engine
  @run_in_engine
end