Sha256: b9ac69f0bda80bba7119ac5524d9a8071122c789420c54a89bea2177dedc8153

Contents?: true

Size: 1.08 KB

Versions: 33

Compression:

Stored size: 1.08 KB

Contents

module Mihari
  module Structs
    module VirusTotalIntelligence
      class ContextAttributes
        attr_reader url: Array[String]?

        def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::VirusTotalIntelligence::ContextAttributes
      end

      class Datum
        attr_reader type: String
        attr_reader context_attributes: Mihari::Structs::VirusTotalIntelligence::ContextAttributes?

        def value: () -> String?

        def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::VirusTotalIntelligence::Datum
      end

      class Meta
        attr_reader cursor: String?

        def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::VirusTotalIntelligence::Meta
      end

      class Response
        attr_reader meta: Mihari::Structs::VirusTotalIntelligence::Meta
        attr_reader data: Array[Mihari::Structs::VirusTotalIntelligence::Datum]

        def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::VirusTotalIntelligence::Response
      end
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
mihari-4.12.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.11.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.10.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.9.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.8.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.7.4 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.7.3 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.7.2 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.7.1 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.7.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.6.1 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.6.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.5.3 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.5.2 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.5.1 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.5.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.4.1 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.4.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.3.0 sig/lib/mihari/structs/virustotal_intelligence.rbs
mihari-4.2.0 sig/lib/mihari/structs/virustotal_intelligence.rbs