Sha256: 1a16959f6df710567023f49bc8720ae715001a088bfd7820314fe4c357374cc4
Contents?: true
Size: 181 Bytes
Versions: 103
Compression:
Stored size: 181 Bytes
Contents
export class Group { /** * Initialize the Group * @param {String} name the name of the agent */ constructor(name) { this.type = 'group' this.name = name } }
Version data entries
103 entries across 103 versions & 3 rubygems