introspect () { const interfaces = ServiceObject.defaultInterfaces(); for (const i of Object.keys(this.interfaces)) { const iface = this.interfaces[i]; interfaces.push(iface.$introspect()); } return interfaces; }
introspect () { const interfaces = ServiceObject.defaultInterfaces(); for (const i of Object.keys(this.interfaces)) { const iface = this.interfaces[i]; interfaces.push(iface.$introspect()); } return interfaces; }