()
| 12 | module.exports = (TrialRequest = (function () { |
| 13 | TrialRequest = class TrialRequest extends CocoModel { |
| 14 | static initClass () { |
| 15 | this.className = 'TrialRequest' |
| 16 | this.schema = schema |
| 17 | this.prototype.urlRoot = '/db/trial.request' |
| 18 | } |
| 19 | |
| 20 | nameString () { |
| 21 | const props = this.get('properties') |