Parent

Methods

DNSSD::Reply::Domain

Returned by DNSSD::Service#enumerate_domains

Attributes

domain[R]

A domain for registration or browsing

Public Class Methods

new(service, flags, interface, domain) click to toggle source

Creates a new Browse, called internally by DNSSD::Service#enumerate_domains

    # File lib/dnssd/reply/domain.rb, line 15
15:   def initialize(service, flags, interface, domain)
16:     super service, flags, interface
17: 
18:     @domain = domain
19:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.