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