Class: Net::DNS::RR::SPF

Inherits:
TXT show all
Defined in:
lib/net/dns/rr/spf.rb

Overview


RR type SPF


Constant Summary

Constants inherited from Net::DNS::RR

RRFIXEDSZ, RR_REGEXP

Constants included from Names

Names::INT16SZ

Instance Attribute Summary

Attributes inherited from TXT

#txt

Instance Method Summary collapse

Methods inherited from Net::DNS::RR

#cls, #comp_data, #data, #initialize, #inspect, #name, parse, parse_packet, #rdata, #to_a, #to_s, #ttl, #type, #value

Methods included from Names

#dn_comp, #dn_expand, #names_array, #pack_name, #valid?

Constructor Details

This class inherits a constructor from Net::DNS::RR

Instance Method Details

#spfObject



10
11
12
# File 'lib/net/dns/rr/spf.rb', line 10

def spf
  txt
end