Sha256: 9346796946dbdd4217aa52b9d8aec12b2995c6e65be627e48917f052f0381359

Contents?: true

Size: 584 Bytes

Versions: 8

Compression:

Stored size: 584 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

8 entries across 8 versions & 1 rubygems

Version Path
bright-1.3 lib/bright/sis_apis/synergy.rb
bright-1.2.3 lib/bright/sis_apis/synergy.rb
bright-1.2.2 lib/bright/sis_apis/synergy.rb
bright-1.2.1 lib/bright/sis_apis/synergy.rb
bright-1.2 lib/bright/sis_apis/synergy.rb
bright-1.1 lib/bright/sis_apis/synergy.rb
bright-1.0 lib/bright/sis_apis/synergy.rb
bright-0.2.0 lib/bright/sis_apis/synergy.rb