()
| 16 | module.exports = (CourseInstance = (function () { |
| 17 | CourseInstance = class CourseInstance extends CocoModel { |
| 18 | static initClass () { |
| 19 | this.className = 'CourseInstance' |
| 20 | this.schema = schema |
| 21 | this.prototype.urlRoot = '/db/course_instance' |
| 22 | } |
| 23 | |
| 24 | addMember (userID, opts) { |
| 25 | const options = { |