gemstone-tool-generator
Version:
Gemstone Tool plugin for Generator Tools of Gemstone JavaScript Technology Stack
14 lines (11 loc) • 320 B
JavaScript
/*
** {{ name }} ~ {{ description }}
** Copyright {{ creation_date | date("YYYY") }} (c) {{ authorName }} <{{ authorUrl }}>
** Licensed under {{ license }} <https://spdx.org/licenses/{{ license }}>
*/
export default class Service {
constructor (url, cid) {
this.url = url
this.cid = cid
}
}