Class: Roby::Interface::V1::Client::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/roby/interface/v1/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#job_idObject

Returns the value of attribute job_id

Returns:

  • (Object)

    the current value of job_id



552
553
554
# File 'lib/roby/interface/v1/client.rb', line 552

def job_id
  @job_id
end

#placeholder_taskObject

Returns the value of attribute placeholder_task

Returns:

  • (Object)

    the current value of placeholder_task



552
553
554
# File 'lib/roby/interface/v1/client.rb', line 552

def placeholder_task
  @placeholder_task
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



552
553
554
# File 'lib/roby/interface/v1/client.rb', line 552

def state
  @state
end

#taskObject

Returns the value of attribute task

Returns:

  • (Object)

    the current value of task



552
553
554
# File 'lib/roby/interface/v1/client.rb', line 552

def task
  @task
end

Instance Method Details

#action_modelObject



553
554
555
# File 'lib/roby/interface/v1/client.rb', line 553

def action_model
    task.action_model
end