Class: Autoproj::InstallationManifest::PackageSet
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::InstallationManifest::PackageSet
- Defined in:
- lib/autoproj/installation_manifest.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#raw_local_dir ⇒ Object
Returns the value of attribute raw_local_dir.
-
#user_local_dir ⇒ Object
Returns the value of attribute user_local_dir.
-
#vcs ⇒ Object
Returns the value of attribute vcs.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/autoproj/installation_manifest.rb', line 6 def name @name end |
#raw_local_dir ⇒ Object
Returns the value of attribute raw_local_dir
6 7 8 |
# File 'lib/autoproj/installation_manifest.rb', line 6 def raw_local_dir @raw_local_dir end |
#user_local_dir ⇒ Object
Returns the value of attribute user_local_dir
6 7 8 |
# File 'lib/autoproj/installation_manifest.rb', line 6 def user_local_dir @user_local_dir end |
#vcs ⇒ Object
Returns the value of attribute vcs
6 7 8 |
# File 'lib/autoproj/installation_manifest.rb', line 6 def vcs @vcs end |