updated API docs

This commit is contained in:
azivner
2018-12-22 22:28:49 +01:00
parent 67019b3d6c
commit 6a786cad83
13 changed files with 3737 additions and 719 deletions

View File

@@ -133,6 +133,11 @@ class Attribute extends Entity {
this.dateModified = dateUtils.nowDate();
}
}
// cannot be static!
updatePojo(pojo) {
delete pojo.isOwned;
}
}
module.exports = Attribute;</code></pre>