Class: OroGen::Loaders::PkgConfig::AvailableDeployedTask
- Inherits:
-
Struct
- Object
- Struct
- OroGen::Loaders::PkgConfig::AvailableDeployedTask
- Defined in:
- lib/orogen/loaders/pkg_config.rb
Instance Attribute Summary collapse
-
#deployment_name ⇒ Object
Returns the value of attribute deployment_name.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
-
#task_model_name ⇒ Object
Returns the value of attribute task_model_name.
-
#task_name ⇒ Object
Returns the value of attribute task_name.
Instance Attribute Details
#deployment_name ⇒ Object
Returns the value of attribute deployment_name
427 428 429 |
# File 'lib/orogen/loaders/pkg_config.rb', line 427 def deployment_name @deployment_name end |
#project_name ⇒ Object
Returns the value of attribute project_name
427 428 429 |
# File 'lib/orogen/loaders/pkg_config.rb', line 427 def project_name @project_name end |
#task_model_name ⇒ Object
Returns the value of attribute task_model_name
427 428 429 |
# File 'lib/orogen/loaders/pkg_config.rb', line 427 def task_model_name @task_model_name end |
#task_name ⇒ Object
Returns the value of attribute task_name
427 428 429 |
# File 'lib/orogen/loaders/pkg_config.rb', line 427 def task_name @task_name end |