Class: Autoproj::InstallationManifest::ContactInfo

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

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



15
16
17
# File 'lib/autoproj/installation_manifest.rb', line 15

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/autoproj/installation_manifest.rb', line 15

def name
  @name
end