Class: Autoproj::InstallationManifest::Manifest

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorsObject

Returns the value of attribute authors

Returns:

  • (Object)

    the current value of authors



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def authors
  @authors
end

#brief_descriptionObject

Returns the value of attribute brief_description

Returns:

  • (Object)

    the current value of brief_description



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def brief_description
  @brief_description
end

#dependenciesObject

Returns the value of attribute dependencies

Returns:

  • (Object)

    the current value of dependencies



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def dependencies
  @dependencies
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def description
  @description
end

#licenseObject

Returns the value of attribute license

Returns:

  • (Object)

    the current value of license



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def license
  @license
end

#maintainersObject

Returns the value of attribute maintainers

Returns:

  • (Object)

    the current value of maintainers



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def maintainers
  @maintainers
end

#rock_maintainersObject

Returns the value of attribute rock_maintainers

Returns:

  • (Object)

    the current value of rock_maintainers



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def rock_maintainers
  @rock_maintainers
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def tags
  @tags
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def url
  @url
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



8
9
10
# File 'lib/autoproj/installation_manifest.rb', line 8

def version
  @version
end