Class: Telnyx::Models::EmailTemplateRenderResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Telnyx::Models::EmailTemplateRenderResponse
- Defined in:
- lib/telnyx/models/email_template_render_response.rb,
sig/telnyx/models/email_template_render_response.rbs
Overview
Defined Under Namespace
Classes: Data
Instance Attribute Summary collapse
-
#data ⇒ Telnyx::Models::EmailTemplateRenderResponse::Data
Template object with
subject,html_body, andtext_bodyreplaced by their Liquid-rendered values.
Instance Method Summary collapse
-
#initialize ⇒ Object
constructor
Template object with
subject,html_body, andtext_bodyreplaced by their Liquid-rendered values. - #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
Template object with subject, html_body, and text_body replaced by their
Liquid-rendered values. All other template fields (id, name, variables, etc.)
remain unchanged.
|
|
# File 'lib/telnyx/models/email_template_render_response.rb', line 15
|
Instance Attribute Details
#data ⇒ Telnyx::Models::EmailTemplateRenderResponse::Data
Template object with subject, html_body, and text_body replaced by their
Liquid-rendered values. All other template fields (id, name, variables, etc.)
remain unchanged.
13 |
# File 'lib/telnyx/models/email_template_render_response.rb', line 13 required :data, -> { Telnyx::Models::EmailTemplateRenderResponse::Data } |
Instance Method Details
#to_hash ⇒ {
13 |
# File 'sig/telnyx/models/email_template_render_response.rbs', line 13
def to_hash: -> {
|