Sha256: 75dc981d8679273c650d9ce1b619a7761f39c2510f3e08034e4a3e6150643831
Contents?: true
Size: 497 Bytes
Versions: 37
Compression:
Stored size: 497 Bytes
Contents
module Mihari module Emitters class Webhook < Base # @return [true, false] def valid?: () -> bool def emit: (title: String title, description: String description, artifacts: Array[Mihari::Artifact] artifacts, source: String source, tags: Array[String] tags) -> void private def configuration_keys: () -> ::Array["webhook_url"] def webhook_url: () -> String? def webhook_url?: () -> bool def use_json_body?: () -> bool? end end end
Version data entries
37 entries across 37 versions & 1 rubygems