Class: MSPRelease::Author

Inherits:
Struct
  • Object
show all
Defined in:
lib/msp_release.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



148
149
150
# File 'lib/msp_release.rb', line 148

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



148
149
150
# File 'lib/msp_release.rb', line 148

def name
  @name
end