UNPKG

mailosaur

Version:

The Mailosaur Node library lets you integrate email and SMS testing into your continuous integration process.

11 lines (9 loc) 238 B
class MessageListOptions { constructor(data = {}) { this.receivedAfter = data.receivedAfter; this.page = data.page; this.itemsPerPage = data.itemsPerPage; this.dir = data.dir; } } module.exports = MessageListOptions;