65 66 67 68 69
# File 'lib/bright/sis_apis/aeries.rb', line 65 def get_schools(params = {}) schools_response_hash = self.request(:get, 'api/v2/schools', params) schools_response_hash.collect{|h| School.new(convert_to_school_data(h))} end