Sha256: 0645ce65fb0dacf4b5a4686e00d32d4828c5e9554ea52cbbc9908df894dfcdac
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
module Reparty class Email class << self def reports Reparty.reports end def from Reparty.configuration.from || 'nobody@nowhere.com' end def subject Reparty.configuration.subject || "Reparty Report!" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reparty-0.1.2 | lib/reparty/email.rb |
reparty-0.1.0 | lib/reparty/email.rb |