From e95ad5e26cf06e04e8af1ed7de159f6484b5d6e2 Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Mon, 18 Oct 2021 22:02:42 +0200 Subject: [PATCH] Add @!attribute comments to connection.rb --- lib/runner/connection.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/runner/connection.rb b/lib/runner/connection.rb index 0abb7b28..50f41478 100644 --- a/lib/runner/connection.rb +++ b/lib/runner/connection.rb @@ -9,6 +9,10 @@ class Runner::Connection WEBSOCKET_MESSAGE_TYPES = %i[start stdout stderr error timeout exit].freeze BACKEND_OUTPUT_SCHEMA = JSONSchemer.schema(JSON.parse(File.read('lib/runner/backend-output.schema.json'))) + # @!attribute start_callback + # @!attribute exit_callback + # @!attribute stdout_callback + # @!attribute stderr_callback attr_writer :status attr_reader :error