Class: Autoproj::InstallationManifest::PackageSet

Inherits:
Struct
  • Object
show all
Defined in:
lib/autoproj/installation_manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/autoproj/installation_manifest.rb', line 6

def name
  @name
end

#raw_local_dirObject

Returns the value of attribute raw_local_dir

Returns:

  • (Object)

    the current value of raw_local_dir



6
7
8
# File 'lib/autoproj/installation_manifest.rb', line 6

def raw_local_dir
  @raw_local_dir
end

#user_local_dirObject

Returns the value of attribute user_local_dir

Returns:

  • (Object)

    the current value of user_local_dir



6
7
8
# File 'lib/autoproj/installation_manifest.rb', line 6

def user_local_dir
  @user_local_dir
end

#vcsObject

Returns the value of attribute vcs

Returns:

  • (Object)

    the current value of vcs



6
7
8
# File 'lib/autoproj/installation_manifest.rb', line 6

def vcs
  @vcs
end