Class: RecordStore::Record::SPF
- Inherits:
-
TXT
- Object
- RecordStore::Record
- TXT
- RecordStore::Record::SPF
- Defined in:
- lib/record_store/record/spf.rb
Constant Summary
Constants inherited from RecordStore::Record
Instance Attribute Summary
Attributes inherited from TXT
Attributes inherited from RecordStore::Record
Instance Method Summary collapse
-
#initialize(record) ⇒ SPF
constructor
A new instance of SPF.
Methods inherited from 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 |