Class: Courier::Models::JourneySendNode::Message::To
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
126
|
# File 'sig/courier/models/journey_send_node.rbs', line 126
def initialize: (
|
Instance Attribute Details
#email_override ⇒ String?
107
|
# File 'lib/courier/models/journey_send_node.rb', line 107
optional :email_override, String
|
#phone_number_override ⇒ String?
112
|
# File 'lib/courier/models/journey_send_node.rb', line 112
optional :phone_number_override, String
|
#user_id_override ⇒ String?
117
|
# File 'lib/courier/models/journey_send_node.rb', line 117
optional :user_id_override, String
|
Instance Method Details
#to_hash ⇒ {
132
|
# File 'sig/courier/models/journey_send_node.rbs', line 132
def to_hash: -> {
|