class 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
              Calls superclass method
              DNSSD::Reply.new
            
          
          
          # File lib/dnssd/reply/domain.rb, line 15 def initialize(service, flags, interface, domain) super service, flags, interface @domain = domain end