Class: RubyMailman::RetryResponse

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, #fail?, #initialize, #success?

Constructor Details

This class inherits a constructor from RubyMailman::Response

Instance Method Details

#retry?Boolean

Returns:

  • (Boolean)


46
47
48
# File 'lib/ruby_mailman/response.rb', line 46

def retry?
  true
end