()
| 145 | } |
| 146 | |
| 147 | isSchoolAdmin () { |
| 148 | const needle = this.constructor.PERMISSIONS.SCHOOL_ADMINISTRATOR |
| 149 | return this.get('permissions', true).includes(needle) |
| 150 | } |
| 151 | |
| 152 | isAPIClient () { |
| 153 | const needle = this.constructor.PERMISSIONS.API_CLIENT |
no test coverage detected