Module: Chimpmunk
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/chimpmunk.rb,
lib/chimpmunk/engine.rb,
lib/chimpmunk/version.rb,
lib/chimpmunk/email_list.rb,
lib/chimpmunk/email_campaign.rb,
lib/chimpmunk/email_template.rb,
lib/chimpmunk/email_list_group.rb,
lib/chimpmunk/email_subscriber.rb,
lib/chimpmunk/email_campaign_text.rb,
lib/chimpmunk/email_list_grouping.rb,
lib/chimpmunk/email_campaign_image.rb,
lib/chimpmunk/email_campaign_header.rb,
lib/generators/chimpmunk/install_generator.rb
Defined Under Namespace
Classes: EmailCampaign, EmailCampaignHeader, EmailCampaignImage, EmailCampaignText, EmailList, EmailListGroup, EmailListGrouping, EmailSubscriber, EmailTemplate, Engine, InstallGenerator
Constant Summary
collapse
- VERSION =
"0.0.9"
Class Method Summary
collapse
Class Method Details
.domain_name ⇒ Object
31
32
33
|
# File 'lib/chimpmunk.rb', line 31
def self.domain_name
@domain_name
end
|
.domain_name=(key) ⇒ Object
27
28
29
|
# File 'lib/chimpmunk.rb', line 27
def self.domain_name=(key)
@domain_name = key
end
|
.mailchimp ⇒ Object
23
24
25
|
# File 'lib/chimpmunk.rb', line 23
def self.mailchimp
@mailchimp ||= ::Gibbon::API.new
end
|