Sha256: 057fe429c5e78dcc24ac25017f7c1f72cc2292b8f2a8c78107c1fb55b7cde42d
Contents?: true
Size: 513 Bytes
Versions: 4
Compression:
Stored size: 513 Bytes
Contents
# ElasticEmail::MessageAttachment ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **binary_content** | **String** | File's content as byte array (or a Base64 string) | | | **name** | **String** | Display name of the file | [optional] | | **content_type** | **String** | MIME content type | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::MessageAttachment.new( binary_content: null, name: null, content_type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.20 | docs/MessageAttachment.md |
ElasticEmail-4.0.16 | docs/MessageAttachment.md |
ElasticEmail-4.0.15 | docs/MessageAttachment.md |
ElasticEmail-4.0.13 | docs/MessageAttachment.md |