Module: DNS::Zonefile::ZonefileGrammar::SrvRecord4

Defined in:
lib/dns/zonefile/parser.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



2076
2077
2078
# File 'lib/dns/zonefile/parser.rb', line 2076

def to_s
  "#{host} #{ttl} #{klass} SRV #{priority} #{weight} #{port} #{target}"
end