Sha256: 90c90123f6996f8a1c6061aa6cae3a844f75dc4c9c814d35f91d6e69972bc68f
Contents?: true
Size: 875 Bytes
Versions: 9
Compression:
Stored size: 875 Bytes
Contents
module Mihari module Structs module Shodan class Location attr_reader country_code: String attr_reader country_name: String def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::Shodan::Location end class Match attr_reader asn: String attr_reader hostnames: Array[String] attr_reader location: Mihari::Structs::Shodan::Location attr_reader domains: Array[String] attr_reader ip_str: String def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::Shodan::Match end class Result attr_reader matches: Array[Mihari::Structs::Shodan::Match] attr_reader total: Integer def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::Shodan::Result end end end end
Version data entries
9 entries across 9 versions & 1 rubygems