Class: Mailstro::RealStrategy

Inherits:
Object
  • Object
show all
Defined in:
lib/mailstro.rb

Overview

Allows us to remove default behaviour during testing.

Class Method Summary collapse

Class Method Details

.deliver(options) ⇒ Object



14
15
16
# File 'lib/mailstro.rb', line 14

def deliver(options)
  Delivery.new(options).deliver
end