Sha256: c0ce7ca9f90bd26866f8644a049379852c352d0adef7f079a8ae3c95c95b3b7d
Contents?: true
Size: 199 Bytes
Versions: 42
Compression:
Stored size: 199 Bytes
Contents
module OneApm module Support class Server < Struct.new :name, :port, :ip def to_s; "#{name}:#{port}"; end end ProxyServer = Struct.new :name, :port, :user, :password end end
Version data entries
42 entries across 42 versions & 1 rubygems