Class: MSPRelease::Author
- Inherits:
-
Struct
- Object
- Struct
- MSPRelease::Author
- Defined in:
- lib/msp_release.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
148 149 150 |
# File 'lib/msp_release.rb', line 148 def email @email end |
#name ⇒ Object
Returns the value of attribute name
148 149 150 |
# File 'lib/msp_release.rb', line 148 def name @name end |