Class: Multiwoven::Integrations::Protocol::Catalog
- Inherits:
-
ProtocolModel
- Object
- Dry::Struct
- ProtocolModel
- Multiwoven::Integrations::Protocol::Catalog
- 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
124 125 126 127 128 129 |
# File 'lib/multiwoven/integrations/protocol/protocol.rb', line 124 def MultiwovenMessage.new( type: MultiwovenMessageType["catalog"], catalog: self ) end |