Class: Outhad::Integrations::Protocol::ControlMessage
- Inherits:
-
ProtocolModel
- Object
- Dry::Struct
- ProtocolModel
- Outhad::Integrations::Protocol::ControlMessage
- Defined in:
- lib/outhad/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, #hash_to_string, #keys_to_symbols, #log_request_response, #logger, #map_type_to_json_schema, #report_exception, #success?
Instance Method Details
#to_outhad_message ⇒ Object
195 196 197 198 199 200 |
# File 'lib/outhad/integrations/protocol/protocol.rb', line 195 def OuthadMessage.new( type: OuthadMessageType["control"], control: self ) end |