# File lib/campaign_monitor.rb, line 323 def initialize(email_address, list_id, bounce_type) @email_address = email_address @bounce_type = bounce_type @list_id = list_id end