Class: Autoproj::PackageManifest::ContactInfo
- Inherits:
-
Struct
- Object
- Struct
- Autoproj::PackageManifest::ContactInfo
- Defined in:
- lib/autoproj/package_manifest.rb
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
54 55 56 |
# File 'lib/autoproj/package_manifest.rb', line 54 def email @email end |
#name ⇒ Object
Returns the value of attribute name
54 55 56 |
# File 'lib/autoproj/package_manifest.rb', line 54 def name @name end |