class Net::DNS::RR::SPF

Public Instance Methods

spf() click to toggle source
# File lib/net/dns/rr/spf.rb, line 10
def spf
  txt
end

Private Instance Methods

set_type() click to toggle source
# File lib/net/dns/rr/spf.rb, line 16
def set_type
  @type = Net::DNS::RR::Types.new("SPF")
end