Sha256: dd3c94d0b23a984d5d8eee2a8679c4fc29411ec28e4626cb61d6ab43e915ef7c
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 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 | | | **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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.21 | docs/MessageAttachment.md |