Class: Roby::Interface::V1::Client::Job
- Defined in:
- lib/roby/interface/v1/client.rb
Instance Attribute Summary collapse
-
#job_id ⇒ Object
Returns the value of attribute job_id.
-
#placeholder_task ⇒ Object
Returns the value of attribute placeholder_task.
-
#state ⇒ Object
Returns the value of attribute state.
-
#task ⇒ Object
Returns the value of attribute task.
Instance Method Summary collapse
Instance Attribute Details
#job_id ⇒ Object
Returns the value of attribute job_id
552 553 554 |
# File 'lib/roby/interface/v1/client.rb', line 552 def job_id @job_id end |
#placeholder_task ⇒ Object
Returns the value of attribute placeholder_task
552 553 554 |
# File 'lib/roby/interface/v1/client.rb', line 552 def placeholder_task @placeholder_task end |
#state ⇒ Object
Returns the value of attribute state
552 553 554 |
# File 'lib/roby/interface/v1/client.rb', line 552 def state @state end |
#task ⇒ Object
Returns the value of attribute task
552 553 554 |
# File 'lib/roby/interface/v1/client.rb', line 552 def task @task end |
Instance Method Details
#action_model ⇒ Object
553 554 555 |
# File 'lib/roby/interface/v1/client.rb', line 553 def action_model task.action_model end |