Sha256: efccc37bae37debe9fd4c2be0c4e386985ccc1ab0c7bc690c7742fef533649ab
Contents?: true
Size: 240 Bytes
Versions: 2
Compression:
Stored size: 240 Bytes
Contents
require "wupee/engine" module Wupee mattr_accessor :mailer, :deliver_when def self.notify(opts = {}, &block) wupee_notifier = Wupee::Notifier.new(opts) yield wupee_notifier if block_given? wupee_notifier.execute end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wupee-1.0.4 | lib/wupee.rb |
wupee-1.0.3 | lib/wupee.rb |