Module: DNS::Zonefile::ZonefileGrammar::SpfRecord1
- Defined in:
- lib/dns/zonefile/parser.rb
Instance Method Summary collapse
Instance Method Details
#record_type ⇒ Object
2540 2541 2542 |
# File 'lib/dns/zonefile/parser.rb', line 2540 def record_type "SPF" end |
#to_s ⇒ Object
2536 2537 2538 |
# File 'lib/dns/zonefile/parser.rb', line 2536 def to_s "#{host} #{ttl} #{klass} SPF #{data}" end |