class Bright::SisApi::Synergy

Public Instance Methods

create_student(student) click to toggle source
# File lib/bright/sis_apis/synergy.rb, line 17
def create_student(student)
  raise NotImplementedError
end
get_schools(params) click to toggle source
# File lib/bright/sis_apis/synergy.rb, line 25
def get_schools(params)
  raise NotImplementedError
end
get_student(params) click to toggle source
# File lib/bright/sis_apis/synergy.rb, line 9
def get_student(params)
  raise NotImplementedError
end
get_student_by_api_id(api_id) click to toggle source
# File lib/bright/sis_apis/synergy.rb, line 5
def get_student_by_api_id(api_id)
  raise NotImplementedError
end
get_students(params) click to toggle source
# File lib/bright/sis_apis/synergy.rb, line 13
def get_students(params)
  raise NotImplementedError
end
update_student(student) click to toggle source
# File lib/bright/sis_apis/synergy.rb, line 21
def update_student(student)
  raise NotImplementedError
end