struct Shodan::HostSearch

Included Modules

Defined in:

shodan/parsers/host.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def facets : Hash(String, Array(HostSearchFacet)) | Nil #

[View source]
def facets=(facets : Hash(String, Array(HostSearchFacet)) | Nil) #

[View source]
def matches : Array(Shodan::Host::HostData) | Nil #

[View source]
def matches=(matches : Array(Shodan::Host::HostData) | Nil) #

[View source]
def total : Int64 | Nil #

[View source]
def total=(total : Int64 | Nil) #

[View source]