struct MailAttachmentPlan

Defined in:

crdo/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(attachments : Array(String), skipped : Array(String)) #

[View source]

Instance Method Detail

def attachments : Array(String) #

def clone #

[View source]
def copy_with(attachments _attachments = @attachments, skipped _skipped = @skipped) #

[View source]
def skipped : Array(String) #