Class: RubyMailman::FailResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/ruby_mailman/response.rb

Instance Attribute Summary

Attributes inherited from Response

#body

Instance Method Summary collapse

Methods inherited from Response

build, #initialize, #retry?, #success?

Constructor Details

This class inherits a constructor from RubyMailman::Response

Instance Method Details

#fail?Boolean

Returns:

  • (Boolean)


52
53
54
# File 'lib/ruby_mailman/response.rb', line 52

def fail?
  true
end