Sha256: fc31e3b428aa27119c0907baa13b5423ee306b24f05218596c3e622f83ab9859
Contents?: true
Size: 599 Bytes
Versions: 13
Compression:
Stored size: 599 Bytes
Contents
module Mihari module Analyzers class Pulsedive < Base include Mixins::Refang attr_reader query: String attr_reader title: String attr_reader description: String attr_reader tags: Array[String] attr_reader type: String def initialize: (*untyped args, **untyped kwargs) -> void def artifacts: () -> (Array[String] | Array[Mihari::Artifact]) private def configuration_keys: () -> ::Array["pulsedive_api_key"] def api: () -> untyped def valid_type?: () -> bool def search: () -> Array[String] end end end
Version data entries
13 entries across 13 versions & 1 rubygems