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
46 47 48 |
# File 'lib/autoproj/package_manifest.rb', line 46 def email @email end |
#name ⇒ Object
Returns the value of attribute name
46 47 48 |
# File 'lib/autoproj/package_manifest.rb', line 46 def name @name end |