Class: Roby::Coordination::Actions::TaskInfo
- Defined in:
- lib/roby/coordination/actions.rb
Instance Attribute Summary collapse
-
#forwards ⇒ Object
Returns the value of attribute forwards.
-
#required_tasks ⇒ Object
Returns the value of attribute required_tasks.
Instance Attribute Details
#forwards ⇒ Object
Returns the value of attribute forwards
13 14 15 |
# File 'lib/roby/coordination/actions.rb', line 13 def forwards @forwards end |
#required_tasks ⇒ Object
Returns the value of attribute required_tasks
13 14 15 |
# File 'lib/roby/coordination/actions.rb', line 13 def required_tasks @required_tasks end |