* Add an attachment to the scope.
(attachment: Attachment)
| 624 | * Add an attachment to the scope. |
| 625 | */ |
| 626 | public addAttachment(attachment: Attachment): this { |
| 627 | this._attachments.push(attachment); |
| 628 | return this; |
| 629 | } |
| 630 | |
| 631 | /** |
| 632 | * Clear all attachments from the scope. |
no test coverage detected