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
562 563 564 |
# File 'lib/roby/interface/v2/client.rb', line 562 def job_id @job_id end |
#placeholder_task ⇒ Object
Returns the value of attribute placeholder_task
562 563 564 |
# File 'lib/roby/interface/v2/client.rb', line 562 def placeholder_task @placeholder_task end |
#state ⇒ Object
Returns the value of attribute state
562 563 564 |
# File 'lib/roby/interface/v2/client.rb', line 562 def state @state end |
#task ⇒ Object
Returns the value of attribute task
562 563 564 |
# File 'lib/roby/interface/v2/client.rb', line 562 def task @task end |
Instance Method Details
#action_model ⇒ Object
563 564 565 |
# File 'lib/roby/interface/v2/client.rb', line 563 def action_model task.arguments[:action_model] end |