Sha256: 73185167d66d8cb8f433d3ba9247b14d98aaa8c36df8923e0d9745d3948ea9c9
Contents?: true
Size: 331 Bytes
Versions: 14
Compression:
Stored size: 331 Bytes
Contents
# encoding: utf-8 # # # module Mail class ContentDescriptionField < UnstructuredField FIELD_NAME = 'content-description' CAPITALIZED_FIELD = 'Content-Description' def initialize(*args) super(CAPITALIZED_FIELD, strip_field(FIELD_NAME, args.last)) self.parse self end end end
Version data entries
14 entries across 14 versions & 2 rubygems