Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 692 Bytes

File metadata and controls

24 lines (18 loc) · 692 Bytes

FastCommentsClient::RenderEmailTemplateBody

Properties

Name Type Description Notes
email_template_id String
ejs String
test_data Hash<String, Object> Construct a type with a set of properties K of type T [optional]
translation_overrides_by_locale Hash<String, Hash> Construct a type with a set of properties K of type T [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::RenderEmailTemplateBody.new(
  email_template_id: null,
  ejs: null,
  test_data: null,
  translation_overrides_by_locale: null
)