Class: OroGen::Loaders::PkgConfig::Type
- Inherits:
-
Struct
- Object
- Struct
- OroGen::Loaders::PkgConfig::Type
- Defined in:
- lib/orogen/loaders/pkg_config.rb
Instance Attribute Summary collapse
-
#exported ⇒ Object
Returns the value of attribute exported.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#exported ⇒ Object
Returns the value of attribute exported
33 34 35 |
# File 'lib/orogen/loaders/pkg_config.rb', line 33 def exported @exported end |
#name ⇒ Object
Returns the value of attribute name
33 34 35 |
# File 'lib/orogen/loaders/pkg_config.rb', line 33 def name @name end |