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



54
55
56
# File 'lib/autoproj/package_manifest.rb', line 54

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



54
55
56
# File 'lib/autoproj/package_manifest.rb', line 54

def name
  @name
end