Class: Autoproj::InstallationManifest::Dependency
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::InstallationManifest::Dependency
- Defined in:
- lib/autoproj/installation_manifest.rb
Overview
Copied from PackageManifest, must keep the same interface
Instance Attribute Summary collapse
-
#modes ⇒ Object
Returns the value of attribute modes.
-
#name ⇒ Object
Returns the value of attribute name.
-
#optional ⇒ Object
Returns the value of attribute optional.
Instance Attribute Details
#modes ⇒ Object
Returns the value of attribute modes
18 19 20 |
# File 'lib/autoproj/installation_manifest.rb', line 18 def modes @modes end |
#name ⇒ Object
Returns the value of attribute name
18 19 20 |
# File 'lib/autoproj/installation_manifest.rb', line 18 def name @name end |
#optional ⇒ Object
Returns the value of attribute optional
18 19 20 |
# File 'lib/autoproj/installation_manifest.rb', line 18 def optional @optional end |