Sha256: b039a210fdc31b772667ec2ff22335e5dbb409f37f9b236b50e841ad57dee07f
Contents?: true
Size: 470 Bytes
Versions: 11
Compression:
Stored size: 470 Bytes
Contents
# ElasticEmail::EmailView ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **body** | **String** | Body (HTML, otherwise plain text) of email | [optional] | | **subject** | **String** | Default subject of email. | [optional] | | **from** | **String** | From email address | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::EmailView.new( body: null, subject: Hello!, from: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems