Class: Roby::Interface::V2::Protocol::ExecutionException

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/interface/v2/protocol.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



107
108
109
# File 'lib/roby/interface/v2/protocol.rb', line 107

def exception
  @exception
end

#failed_taskObject

Returns the value of attribute failed_task

Returns:

  • (Object)

    the current value of failed_task



107
108
109
# File 'lib/roby/interface/v2/protocol.rb', line 107

def failed_task
  @failed_task
end

#involved_tasksObject

Returns the value of attribute involved_tasks

Returns:

  • (Object)

    the current value of involved_tasks



107
108
109
# File 'lib/roby/interface/v2/protocol.rb', line 107

def involved_tasks
  @involved_tasks
end