class Reparty::Email
Public Class Methods
from()
click to toggle source
# File lib/reparty/email.rb, line 12 def from Reparty.configuration.from || 'nobody@nowhere.com' end
reports()
click to toggle source
# File lib/reparty/email.rb, line 4 def reports Reparty.reports end
subject()
click to toggle source
# File lib/reparty/email.rb, line 16 def subject Reparty.configuration.subject || "Reparty Report!" end
title()
click to toggle source
# File lib/reparty/email.rb, line 20 def title Reparty.configuration.title || 'Your Daily Report:' end
weekly_reports()
click to toggle source
# File lib/reparty/email.rb, line 8 def weekly_reports Reparty.weekly_reports end
weekly_title()
click to toggle source
# File lib/reparty/email.rb, line 24 def weekly_title Reparty.configuration.weekly_title || 'Your Weekly Report:' end