Sha256: 181fb90ac6e29ada51602e457da8a13abadcfb67381fb1daad608ac0d4236edf
Contents?: true
Size: 391 Bytes
Versions: 5
Compression:
Stored size: 391 Bytes
Contents
class IConnectionData { get connectionType() { throw new Error('You have to implement the method connectionType!') } get hostname() { throw new Error('You have to implement the method hostname!') } serializeConnectionData() { throw new Error('You have to implement the method serializeConnectionData!') } } module.exports = IConnectionData
Version data entries
5 entries across 5 versions & 1 rubygems