sig/lib/mihari/emitters/the_hive.rbs in mihari-4.3.0 vs sig/lib/mihari/emitters/the_hive.rbs in mihari-4.4.0

- old
+ new

@@ -1,7 +1,11 @@ module Mihari module Emitters class TheHive < Base + attr_reader api_endpiont: String? + + attr_reader api_key: String? + # @return [true, false] def valid?: () -> bool def emit: (title: untyped title, description: untyped description, artifacts: untyped artifacts, ?tags: untyped tags, **untyped _options) -> (nil | untyped)