Module: Courier::Models::ElementalNodeNonChannel::UnionMember6::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/courier/models/elemental_node_non_channel.rb,
sig/courier/models/elemental_node_non_channel.rbs
Constant Summary collapse
- HTML =
:html
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(type: nil) ⇒ Object
Raw HTML string inside an Elemental document.
- #self?.values ⇒ ::Array[Courier::Models::ElementalNodeNonChannel::UnionMember6::type_]
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/courier/models/elemental_node_non_channel.rb', line 179
|
Instance Method Details
#initialize(type: nil) ⇒ Object
Raw HTML string inside an Elemental document. When rendering a message, this node is turned into output only for the email channel; for other channels it produces no blocks.
174 175 176 177 178 179 180 181 |
# File 'lib/courier/models/elemental_node_non_channel.rb', line 174 module Type extend Courier::Internal::Type::Enum HTML = :html # @!method self.values # @return [Array<Symbol>] end |
#self?.values ⇒ ::Array[Courier::Models::ElementalNodeNonChannel::UnionMember6::type_]
214 |
# File 'sig/courier/models/elemental_node_non_channel.rbs', line 214
def self?.values: -> ::Array[Courier::Models::ElementalNodeNonChannel::UnionMember6::type_]
|