Class: TaskJuggler::ICalendar::Person

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

Overview

Utility class to store name and email of a person.

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



27
28
29
# File 'lib/taskjuggler/ICalendar.rb', line 27

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



27
28
29
# File 'lib/taskjuggler/ICalendar.rb', line 27

def name
  @name
end