module.exports = class Rank { constructor (name, _id) { this.name = name; this._id = _id; } }