Sha256: f0aaf9876291d4f1f8ade28a20c193c60eb347f26973925ba92d5f7a254967f8
Contents?: true
Size: 243 Bytes
Versions: 40
Compression:
Stored size: 243 Bytes
Contents
class TcpConnectionData { constructor(hostname, port) { this.hostname = hostname this.port = port } get_hostname() { return this.hostname } get_port() { return this.port } } module.exports = TcpConnectionData
Version data entries
40 entries across 20 versions & 1 rubygems