Sha256: 5587446de1b96e35a17345500a106aae15fc4ab0a590f1681bd0cbfa99b35452
Contents?: true
Size: 541 Bytes
Versions: 1
Compression:
Stored size: 541 Bytes
Contents
module Bright module SisApi class Synergy < Base def get_student_by_api_id(api_id) raise NotImplementedError end def get_student(params) raise NotImplementedError end def get_students(params) raise NotImplementedError end def create_student(student) raise NotImplementedError end def update_student(student) raise NotImplementedError end def get_schools(params) raise NotImplementedError end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bright-2.0 | lib/bright/sis_apis/synergy.rb |