Class: Trycourier::Models::MessageContentResponse::Result::Content
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Trycourier::Models::MessageContentResponse::Result::Content
- Defined in:
- lib/trycourier/models/message_content_response.rb
Overview
Defined Under Namespace
Classes: Block
Instance Attribute Summary collapse
-
#blocks ⇒ Array<Trycourier::Models::MessageContentResponse::Result::Content::Block>
The blocks of the rendered message.
-
#body ⇒ String
The body of the rendered message.
-
#html ⇒ String
The html content of the rendered message.
-
#subject ⇒ String
The subject of the rendered message.
-
#text ⇒ String
The text of the rendered message.
-
#title ⇒ String
The title of the rendered message.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Trycourier::Internal::Type::BaseModel
Instance Attribute Details
#blocks ⇒ Array<Trycourier::Models::MessageContentResponse::Result::Content::Block>
The blocks of the rendered message.
49 50 |
# File 'lib/trycourier/models/message_content_response.rb', line 49 required :blocks, -> { Trycourier::Internal::Type::ArrayOf[Trycourier::Models::MessageContentResponse::Result::Content::Block] } |
#body ⇒ String
The body of the rendered message.
56 |
# File 'lib/trycourier/models/message_content_response.rb', line 56 required :body, String |
#html ⇒ String
The html content of the rendered message.
62 |
# File 'lib/trycourier/models/message_content_response.rb', line 62 required :html, String |
#subject ⇒ String
The subject of the rendered message.
68 |
# File 'lib/trycourier/models/message_content_response.rb', line 68 required :subject, String |
#text ⇒ String
The text of the rendered message.
74 |
# File 'lib/trycourier/models/message_content_response.rb', line 74 required :text, String |
#title ⇒ String
The title of the rendered message.
80 |
# File 'lib/trycourier/models/message_content_response.rb', line 80 required :title, String |