Methods
Instance Public methods
failure?() Link
Source: show
# File actionmailbox/lib/action_mailbox/relayer.rb, line 14 def failure? transient_failure? || permanent_failure? end
permanent_failure?() Link
Source: show
# File actionmailbox/lib/action_mailbox/relayer.rb, line 22 def permanent_failure? status_code.start_with?("5.") end