Class: Etl::Integrations::Protocol::Catalog
- Inherits:
-
ProtocolModel
- Object
- Dry::Struct
- ProtocolModel
- Etl::Integrations::Protocol::Catalog
- Defined in:
- lib/etl/integrations/protocol/protocol.rb
Instance Method Summary collapse
Methods inherited from ProtocolModel
Methods included from Core::Utils
#build_catalog, #build_stream, #convert_to_json_schema, #create_log_message, #extract_data, #handle_exception, #keys_to_symbols, #logger, #map_type_to_json_schema, #success?
Instance Method Details
#to_multiwoven_message ⇒ Object
157 158 159 160 161 162 |
# File 'lib/etl/integrations/protocol/protocol.rb', line 157 def MultiwovenMessage.new( type: MultiwovenMessageType["catalog"], catalog: self ) end |