Sha256: ce0ccb718c2bd6f7c35722782c7f56e808afde2517a63aa2a099d10f9215de74

Contents?: true

Size: 253 Bytes

Versions: 4

Compression:

Stored size: 253 Bytes

Contents

class DNSSD
  # A representation of a SRV record target.
  #
  # This is the end result of pretty much everything you want to get out of
  # service discovery: a hostname to resolve, and a port to connect to.
  Target = Struct.new(:hostname, :port)
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dns-sd-0.1.3 lib/dns-sd/target.rb
dns-sd-0.1.2 lib/dns-sd/target.rb
dns-sd-0.1.1 lib/dns-sd/target.rb
dns-sd-0.1.0 lib/dns-sd/target.rb