lib/hominid/campaign.rb in hominid-2.1.9 vs lib/hominid/campaign.rb in hominid-2.1.10
- old
+ new
@@ -563,13 +563,12 @@
# Parameters:
# * campaign_id (String) = The ID of the campaign to send.
#
# Returns:
# True if successful.
- def send(campaign_id)
+ def send_now(campaign_id)
call("campaignSendNow", campaign_id)
end
- alias :send_now :send
# Send a test of this campaign to the provided email address(es).
#
# Parameters:
# * campaign_id (String) = The ID of the campaign.
\ No newline at end of file