Class: Multiwoven::Integrations::Protocol::TrackingMessage
- Inherits:
-
ProtocolModel
- Object
- Dry::Struct
- ProtocolModel
- Multiwoven::Integrations::Protocol::TrackingMessage
- Defined in:
- lib/multiwoven/integrations/protocol/protocol.rb
Instance Method Summary collapse
Methods inherited from ProtocolModel
Methods included from Core::Utils
#convert_to_json_schema, #create_log_message, #handle_exception, #keys_to_symbols, #logger, #map_type_to_json_schema
Instance Method Details
#to_multiwoven_message ⇒ Object
160 161 162 163 164 165 |
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 160 def MultiwovenMessage.new( type: MultiwovenMessageType["tracking"], tracking: self ) end |