Class: Bright::SisApi::Synergy

Inherits:
Base show all
Defined in:
lib/bright/sis_apis/synergy.rb

Instance Method Summary collapse

Methods inherited from Base

#filter_students_by_params

Instance Method Details

#create_student(student) ⇒ Object

Raises:

  • (NotImplementedError)


17
18
19
# File 'lib/bright/sis_apis/synergy.rb', line 17

def create_student(student)
  raise NotImplementedError
end

#get_schools(params) ⇒ Object

Raises:

  • (NotImplementedError)


25
26
27
# File 'lib/bright/sis_apis/synergy.rb', line 25

def get_schools(params)
  raise NotImplementedError
end

#get_student(params) ⇒ Object

Raises:

  • (NotImplementedError)


9
10
11
# File 'lib/bright/sis_apis/synergy.rb', line 9

def get_student(params)
  raise NotImplementedError
end

#get_student_by_api_id(api_id) ⇒ Object

Raises:

  • (NotImplementedError)


5
6
7
# File 'lib/bright/sis_apis/synergy.rb', line 5

def get_student_by_api_id(api_id)
  raise NotImplementedError
end

#get_students(params) ⇒ Object

Raises:

  • (NotImplementedError)


13
14
15
# File 'lib/bright/sis_apis/synergy.rb', line 13

def get_students(params)
  raise NotImplementedError
end

#update_student(student) ⇒ Object

Raises:

  • (NotImplementedError)


21
22
23
# File 'lib/bright/sis_apis/synergy.rb', line 21

def update_student(student)
  raise NotImplementedError
end