Sha256: 0eb89079befb6d1a66aca23251552566d3f4096c6a7c167047e602299fb915da
Contents?: true
Size: 856 Bytes
Versions: 7
Compression:
Stored size: 856 Bytes
Contents
# ElasticEmail::Template ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **template_type** | [**TemplateType**](TemplateType.md) | | [optional][default to 'RawHTML'] | | **name** | **String** | Template name | [optional] | | **date_added** | **Time** | Date of creation in YYYY-MM-DDThh:ii:ss format | [optional] | | **subject** | **String** | Default subject of email. | [optional] | | **body** | [**Array<BodyPart>**](BodyPart.md) | Email content of this template | [optional] | | **template_scope** | [**TemplateScope**](TemplateScope.md) | | [optional][default to 'Personal'] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::Template.new( template_type: null, name: null, date_added: null, subject: Hello!, body: null, template_scope: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems