Sha256: dde77c710a77dca296f41e385872a33508348dbf3d78b141c27936d8302e75f9
Contents?: true
Size: 949 Bytes
Versions: 26
Compression:
Stored size: 949 Bytes
Contents
module Mihari module Structs module GreyNoise class Metadata < Dry::Struct attr_reader country: String attr_reader country_code: String attr_reader asn: String def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::GreyNoise::Metadata end class Datum < Dry::Struct attr_reader ip: String attr_reader metadata: Mihari::Structs::GreyNoise::Metadata def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::GreyNoise::Datum end class Response < Dry::Struct attr_reader complete: Boolean attr_reader count: Integer attr_reader data: Array[Mihari::Structs::GreyNoise::Danum] attr_reader message: String attr_reader query: String def self.from_dynamic!: (Hash[(String | Symbol), untyped] d) -> Mihari::Structs::GreyNoise::Response end end end end
Version data entries
26 entries across 26 versions & 1 rubygems