Class: Autoproj::PackageManifest::ContactInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



46
47
48
# File 'lib/autoproj/package_manifest.rb', line 46

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



46
47
48
# File 'lib/autoproj/package_manifest.rb', line 46

def name
  @name
end