Sha256: 1431d940d39cc58bd2272e13aea16d48ca6089bc060e8df10ea9039d30283bf3
Contents?: true
Size: 593 Bytes
Versions: 5
Compression:
Stored size: 593 Bytes
Contents
# ElasticEmail::BodyPart ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **content_type** | [**BodyContentType**](BodyContentType.md) | | [default to 'HTML'] | | **content** | **String** | Actual content of the body part | [optional] | | **charset** | **String** | Text value of charset encoding for example: iso-8859-1, windows-1251, utf-8, us-ascii, windows-1250 and more... | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::BodyPart.new( content_type: null, content: null, charset: null ) ```
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.26 | docs/BodyPart.md |
ElasticEmail-4.0.25 | docs/BodyPart.md |
ElasticEmail-4.0.24 | docs/BodyPart.md |
ElasticEmail-4.0.23 | docs/BodyPart.md |
ElasticEmail-4.0.22 | docs/BodyPart.md |