Class: RecordStore::Record::SPF

Inherits:
TXT show all
Defined in:
lib/record_store/record/spf.rb

Constant Summary

Constants inherited from RecordStore::Record

CNAME_REGEX, FQDN_REGEX

Instance Attribute Summary

Attributes inherited from TXT

#txtdata

Attributes inherited from RecordStore::Record

#fqdn, #id, #ttl

Instance Method Summary collapse

Methods inherited from TXT

#rdata, #rdata_txt

Methods inherited from RecordStore::Record

#==, build_from_yaml_definition, ensure_ends_with_dot, ensure_ends_without_dot, escape, #hash, #key, #log!, long_quote, needs_long_quotes?, quote, #rdata, #rdata_txt, #to_hash, #to_json, #to_s, #type, unescape, unlong_quote, unquote, #wildcard?

Constructor Details

#initialize(record) ⇒ SPF

Returns a new instance of SPF.



3
4
5
6
# File 'lib/record_store/record/spf.rb', line 3

def initialize(record)
  $stderr.puts "SPF record type is deprecated (See RFC 7208 Section 14.1)"
  super
end