# File campaign_monitor_old.rb, line 318
        def initialize(recipients, total_opened, clicks, unsubscribed, bounced)
          @recipients = recipients
          @total_opened = total_opened
          @clicks = clicks
          @unsubscribed = unsubscribed
          @bounced = bounced
        end