Class: Autoproj::InstallationManifest::Package

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

Instance Attribute Summary collapse

Instance Attribute Details

#builddirObject

Returns the value of attribute builddir

Returns:

  • (Object)

    the current value of builddir



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def builddir
  @builddir
end

#dependenciesObject

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def dependencies
  @dependencies
end

#importdirObject

Returns the value of attribute importdir

Returns:

  • (Object)

    the current value of importdir



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def importdir
  @importdir
end

#logdirObject

Returns the value of attribute logdir

Returns:

  • (Object)

    the current value of logdir



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def logdir
  @logdir
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def name
  @name
end

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def prefix
  @prefix
end

#srcdirObject

Returns the value of attribute srcdir

Returns:

  • (Object)

    the current value of srcdir



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def srcdir
  @srcdir
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def type
  @type
end

#vcsObject

Returns the value of attribute vcs

Returns:

  • (Object)

    the current value of vcs



4
5
6
# File 'lib/autoproj/installation_manifest.rb', line 4

def vcs
  @vcs
end