Class: Autoproj::InstallationManifest::ContactInfo
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::InstallationManifest::ContactInfo
- Defined in:
- lib/autoproj/installation_manifest.rb
Overview
Copied from PackageManifest, must keep the same interface
Instance Attribute Summary collapse
-
#email ⇒ Object
Returns the value of attribute email.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#email ⇒ Object
Returns the value of attribute email
15 16 17 |
# File 'lib/autoproj/installation_manifest.rb', line 15 def email @email end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/autoproj/installation_manifest.rb', line 15 def name @name end |