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
166 167 168 |
# File 'lib/roby/interface/v2/protocol.rb', line 166 def exception @exception end |
#failed_task ⇒ Object
Returns the value of attribute failed_task
166 167 168 |
# File 'lib/roby/interface/v2/protocol.rb', line 166 def failed_task @failed_task end |
#involved_tasks ⇒ Object
Returns the value of attribute involved_tasks
166 167 168 |
# File 'lib/roby/interface/v2/protocol.rb', line 166 def involved_tasks @involved_tasks end |