Sha256: 708cc5f335b2d52dd251619352a4c777a92c626db37844d4b6f25f07d8d4803d
Contents?: true
Size: 587 Bytes
Versions: 1
Compression:
Stored size: 587 Bytes
Contents
# ElasticEmail::BodyPart ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **content_type** | [**BodyContentType**](BodyContentType.md) | Type of the body part | | | **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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/BodyPart.md |