Class: GpxDoctor::Models::Person

Inherits:
Struct
  • Object
show all
Defined in:
lib/gpx_doctor/models/person.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



5
6
7
# File 'lib/gpx_doctor/models/person.rb', line 5

def email
  @email
end

Returns the value of attribute link

Returns:

  • (Object)

    the current value of link



5
6
7
# File 'lib/gpx_doctor/models/person.rb', line 5

def link
  @link
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/gpx_doctor/models/person.rb', line 5

def name
  @name
end