Module: EmailCampaign

Defined in:
lib/email_campaign.rb,
lib/email_campaign/config.rb,
lib/email_campaign/engine.rb,
lib/email_campaign/handler.rb,
lib/email_campaign/version.rb,
app/helpers/email_campaign/email_helper.rb

Defined Under Namespace

Modules: EmailHelper, Handler Classes: Campaign, Config, Engine, Recipient

Constant Summary collapse

VERSION =
"0.1.10"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yield self on setup for nice config blocks

Yields:

  • (_self)

Yield Parameters:

  • _self (EmailCampaign)

    the object that the method was called on



9
10
11
# File 'lib/email_campaign.rb', line 9

def self.setup
  yield self
end