constructor()

in src/Trekin.ts [16:21]


  constructor(kintoneApps: Apps, trelloCert: Certificate) {
    this.kintoneApps = kintoneApps;
    this.trelloCert = trelloCert;
    this.defaultSettingPath = path.join(process.cwd(), ".trekinrc.json5");
    this.worker = new Worker(kintoneApps, trelloCert);
  }