Class: RubyMailman::SuccessResponse

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, #retry?

Constructor Details

This class inherits a constructor from RubyMailman::Response

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


40
41
42
# File 'lib/ruby_mailman/response.rb', line 40

def success?
  true
end