Class: Roby::Promise::PipelineElement
- Defined in:
- lib/roby/promise.rb
Overview
Representation of one element in the pipeline
Instance Attribute Summary collapse
-
#callback ⇒ Object
Returns the value of attribute callback.
-
#description ⇒ Object
Returns the value of attribute description.
-
#run_in_engine ⇒ Object
Returns the value of attribute run_in_engine.
Instance Attribute Details
#callback ⇒ Object
Returns the value of attribute callback
70 71 72 |
# File 'lib/roby/promise.rb', line 70 def callback @callback end |
#description ⇒ Object
Returns the value of attribute description
70 71 72 |
# File 'lib/roby/promise.rb', line 70 def description @description end |
#run_in_engine ⇒ Object
Returns the value of attribute run_in_engine
70 71 72 |
# File 'lib/roby/promise.rb', line 70 def run_in_engine @run_in_engine end |