Class: OroGen::Loaders::PkgConfig::AvailableDeployedTask

Inherits:
Struct
  • Object
show all
Defined in:
lib/orogen/loaders/pkg_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_nameObject

Returns the value of attribute deployment_name

Returns:

  • (Object)

    the current value of deployment_name



427
428
429
# File 'lib/orogen/loaders/pkg_config.rb', line 427

def deployment_name
  @deployment_name
end

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



427
428
429
# File 'lib/orogen/loaders/pkg_config.rb', line 427

def project_name
  @project_name
end

#task_model_nameObject

Returns the value of attribute task_model_name

Returns:

  • (Object)

    the current value of task_model_name



427
428
429
# File 'lib/orogen/loaders/pkg_config.rb', line 427

def task_model_name
  @task_model_name
end

#task_nameObject

Returns the value of attribute task_name

Returns:

  • (Object)

    the current value of task_name



427
428
429
# File 'lib/orogen/loaders/pkg_config.rb', line 427

def task_name
  @task_name
end