Exception: SPF::Result::TempError

Inherits:
Error show all
Defined in:
lib/spf/result.rb

Constant Summary

Constants inherited from SPF::Result

ATEXT_PATTERN, DOT_ATOM_PATTERN, RECEIVED_SPF_HEADER_IDENTITY_KEY_NAMES_BY_SCOPE, RECEIVED_SPF_HEADER_NAME, RECEIVED_SPF_HEADER_SCOPE_NAMES_BY_SCOPE, RESULT_CLASSES

Instance Attribute Summary

Attributes inherited from SPF::Result

#request, #result_text, #server

Instance Method Summary collapse

Methods inherited from SPF::Result

#initialize, #is_code, #isa_by_name, #klass, #local_explanation, #name, #received_spf_header, #to_s

Constructor Details

This class inherits a constructor from SPF::Result

Instance Method Details

#codeObject



81
82
83
# File 'lib/spf/result.rb', line 81

def code
  :temperror
end