Class: OroGen::Loaders::PkgConfig::DeploymentInfo
- Inherits:
-
Struct
- Object
- Struct
- OroGen::Loaders::PkgConfig::DeploymentInfo
- Defined in:
- lib/orogen/loaders/pkg_config.rb
Instance Attribute Summary collapse
-
#binfile ⇒ Object
Returns the value of attribute binfile.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
Instance Attribute Details
#binfile ⇒ Object
Returns the value of attribute binfile
245 246 247 |
# File 'lib/orogen/loaders/pkg_config.rb', line 245 def binfile @binfile end |
#project_name ⇒ Object
Returns the value of attribute project_name
245 246 247 |
# File 'lib/orogen/loaders/pkg_config.rb', line 245 def project_name @project_name end |