Class: SIF::Model::Group::SIS::StudentPersonal

Inherits:
Object
  • Object
show all
Includes:
PersonalRepresenter, SISRepresenter
Defined in:
lib/sif/models/groups/sis/student_personal.rb

Instance Method Summary collapse

Methods included from SISRepresenter

#find_element, #password, #username

Methods included from PersonalRepresenter

#email_prefix, #first_email, #first_name, #full_name, #last_name, #other_id

Instance Method Details

#emailObject



37
38
39
# File 'lib/sif/models/groups/sis/student_personal.rb', line 37

def email
  student_email || first_email
end

#student_emailObject



34
35
36
# File 'lib/sif/models/groups/sis/student_personal.rb', line 34

def student_email
  find_element("STUDENT_EMAIL")
end