Class: Roby::Interface::V2::Protocol::ExecutionException
- Defined in:
- lib/roby/interface/v2/protocol.rb
Instance Attribute Summary collapse
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#failed_task ⇒ Object
Returns the value of attribute failed_task.
-
#involved_tasks ⇒ Object
Returns the value of attribute involved_tasks.
Instance Attribute Details
#exception ⇒ Object
Returns the value of attribute exception
107 108 109 |
# File 'lib/roby/interface/v2/protocol.rb', line 107 def exception @exception end |
#failed_task ⇒ Object
Returns the value of attribute failed_task
107 108 109 |
# File 'lib/roby/interface/v2/protocol.rb', line 107 def failed_task @failed_task end |
#involved_tasks ⇒ Object
Returns the value of attribute involved_tasks
107 108 109 |
# File 'lib/roby/interface/v2/protocol.rb', line 107 def involved_tasks @involved_tasks end |