Sha256: b41441fa82ed34e13f0361dc006dbdc4eb0dc05aa2867afd4d7a73dae8229655
Contents?: true
Size: 852 Bytes
Versions: 3
Compression:
Stored size: 852 Bytes
Contents
# ElasticEmail::Template ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **template_type** | [**TemplateType**](TemplateType.md) | How the template should be edited | [optional] | | **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) | Visibility of a template | [optional] | ## 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.13 | docs/Template.md |
ElasticEmail-4.0.12 | docs/Template.md |
ElasticEmail-4.0.11 | docs/Template.md |