()
| 80 | } |
| 81 | |
| 82 | toObject() { |
| 83 | const allKeyringAttr = {}; |
| 84 | this.forEach((value, key) => allKeyringAttr[key] = value); |
| 85 | return allKeyringAttr; |
| 86 | } |
| 87 | |
| 88 | async delete(keyringId) { |
| 89 | super.delete(keyringId); |
no outgoing calls
no test coverage detected