Module: DNS::Zonefile::ZonefileGrammar::SoaRecord1

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

Instance Method Summary collapse

Instance Method Details

#record_typeObject



1904
1905
1906
# File 'lib/dns/zonefile/parser.rb', line 1904

def record_type
  "SOA"
end

#to_sObject



1900
1901
1902
# File 'lib/dns/zonefile/parser.rb', line 1900

def to_s
  "#{origin} #{ttl} #{klass} SOA #{ns} #{rp} (#{space})"
end