class SIF::Model::Group::SIS::StudentPersonal

Public Instance Methods

email() click to toggle source
# File lib/sif/models/groups/sis/student_personal.rb, line 37
def email
  student_email || first_email
end
student_email() click to toggle source
# File lib/sif/models/groups/sis/student_personal.rb, line 34
def student_email
  find_element("STUDENT_EMAIL")
end