Sha256: 10f3327d8456fae242c52d495701d3fb3e47e783e05d5bbcd60154c6c1cccd9d
Contents?: true
Size: 518 Bytes
Versions: 10
Compression:
Stored size: 518 Bytes
Contents
# ElasticEmail::EmailRecipient ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | Proper email address. | | | **fields** | **Hash<String, String>** | A key-value collection of merge fields which can be used in e-mail body. | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::EmailRecipient.new( email: mail@example.com, fields: {"city":"New York","age":"34"} ) ```
Version data entries
10 entries across 10 versions & 1 rubygems