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

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

Instance Method Summary collapse

Instance Method Details

#record_typeObject



1987
1988
1989
# File 'lib/dns/zonefile/parser.rb', line 1987

def record_type
  "SOA"
end

#to_sObject



1983
1984
1985
# File 'lib/dns/zonefile/parser.rb', line 1983

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