Class: Autoproj::InstallationManifest::Dependency

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

Overview

Copied from PackageManifest, must keep the same interface

Instance Attribute Summary collapse

Instance Attribute Details

#modesObject

Returns the value of attribute modes

Returns:

  • (Object)

    the current value of modes



18
19
20
# File 'lib/autoproj/installation_manifest.rb', line 18

def modes
  @modes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/autoproj/installation_manifest.rb', line 18

def name
  @name
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



18
19
20
# File 'lib/autoproj/installation_manifest.rb', line 18

def optional
  @optional
end