Class: Courier::Models::JourneyTemplateReplaceRequest::Notification::Brand
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Courier::Models::JourneyTemplateReplaceRequest::Notification::Brand
- Defined in:
- lib/courier/models/journey_template_replace_request.rb,
sig/courier/models/journey_template_replace_request.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Brand
constructor
A new instance of Brand.
- #to_hash ⇒ { id: String }
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 ⇒ Brand
Returns a new instance of Brand.
67 |
# File 'sig/courier/models/journey_template_replace_request.rbs', line 67
def initialize: (id: String) -> void
|
Instance Attribute Details
#id ⇒ String
63 |
# File 'lib/courier/models/journey_template_replace_request.rb', line 63 required :id, String |
Instance Method Details
#to_hash ⇒ { id: String }
69 |
# File 'sig/courier/models/journey_template_replace_request.rbs', line 69
def to_hash: -> { id: String }
|