Class: Syskit::Deployment::CurrentTaskConfiguration Private
- Defined in:
- lib/syskit/deployment.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
The last applied task configuration
Instance Attribute Summary collapse
-
#conf ⇒ Object
Returns the value of attribute conf.
-
#dynamic_services ⇒ Object
Returns the value of attribute dynamic_services.
-
#model ⇒ Object
Returns the value of attribute model.
Instance Attribute Details
#conf ⇒ Object
Returns the value of attribute conf
493 494 495 |
# File 'lib/syskit/deployment.rb', line 493 def conf @conf end |
#dynamic_services ⇒ Object
Returns the value of attribute dynamic_services
493 494 495 |
# File 'lib/syskit/deployment.rb', line 493 def dynamic_services @dynamic_services end |
#model ⇒ Object
Returns the value of attribute model
493 494 495 |
# File 'lib/syskit/deployment.rb', line 493 def model @model end |