Module: DNS::Zonefile::ZonefileGrammar::SrvRecord1

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



1697
1698
1699
# File 'lib/dns/zonefile/parser.rb', line 1697

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