mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-04-12 11:01:11 +00:00
5 lines
No EOL
195 B
JavaScript
5 lines
No EOL
195 B
JavaScript
var CapturedMessageBatch = function(batchId, description, messages) {
|
|
this.batchId = "";
|
|
this.description = description || "Captured Message Batch";
|
|
this.messages = messages || [];
|
|
}; |