Class: Autoproj::InstallationManifest::Manifest
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::InstallationManifest::Manifest
- Defined in:
- lib/autoproj/installation_manifest.rb
Instance Attribute Summary collapse
-
#authors ⇒ Object
Returns the value of attribute authors.
-
#brief_description ⇒ Object
Returns the value of attribute brief_description.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#description ⇒ Object
Returns the value of attribute description.
-
#license ⇒ Object
Returns the value of attribute license.
-
#maintainers ⇒ Object
Returns the value of attribute maintainers.
-
#rock_maintainers ⇒ Object
Returns the value of attribute rock_maintainers.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#url ⇒ Object
Returns the value of attribute url.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#authors ⇒ Object
Returns the value of attribute authors
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def @authors end |
#brief_description ⇒ Object
Returns the value of attribute brief_description
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def brief_description @brief_description end |
#dependencies ⇒ Object
Returns the value of attribute dependencies
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def dependencies @dependencies end |
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def description @description end |
#license ⇒ Object
Returns the value of attribute license
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def license @license end |
#maintainers ⇒ Object
Returns the value of attribute maintainers
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def maintainers @maintainers end |
#rock_maintainers ⇒ Object
Returns the value of attribute rock_maintainers
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def rock_maintainers @rock_maintainers end |
#tags ⇒ Object
Returns the value of attribute tags
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def @tags end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def url @url end |
#version ⇒ Object
Returns the value of attribute version
8 9 10 |
# File 'lib/autoproj/installation_manifest.rb', line 8 def version @version end |