Sha256: 1e018b2dc228e86fb12051b91d26d65020a367b35577848c29bb36baf3b97196
Contents?: true
Size: 594 Bytes
Versions: 5
Compression:
Stored size: 594 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] | | **size** | **Integer** | Size of your attachment (in bytes). | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::MessageAttachment.new( binary_content: null, name: null, content_type: null, size: 100 ) ```
Version data entries
5 entries across 5 versions & 1 rubygems