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

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



2043
2044
2045
# File 'lib/dns/zonefile/parser.rb', line 2043

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