Class: Roby::Interface::V2::Client::Job
- Defined in:
- lib/roby/interface/v2/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
586 587 588 |
# File 'lib/roby/interface/v2/client.rb', line 586 def job_id @job_id end |
#placeholder_task ⇒ Object
Returns the value of attribute placeholder_task
586 587 588 |
# File 'lib/roby/interface/v2/client.rb', line 586 def placeholder_task @placeholder_task end |
#state ⇒ Object
Returns the value of attribute state
586 587 588 |
# File 'lib/roby/interface/v2/client.rb', line 586 def state @state end |
#task ⇒ Object
Returns the value of attribute task
586 587 588 |
# File 'lib/roby/interface/v2/client.rb', line 586 def task @task end |
Instance Method Details
#action_model ⇒ Object
587 588 589 |
# File 'lib/roby/interface/v2/client.rb', line 587 def action_model task.arguments[:action_model] end |