# File lib/campaign_monitor.rb, line 318
    def add(list_id)
      response = @cm_client.Subscriber_Add("ListID" => list_id, "Email" => @email_address, "Name" => @name)
      Result.new(response["Message"], response["Code"].to_i)
    end