struct Shodan::Domain

Included Modules

Defined in:

shodan/parsers/domain.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def data : Array(DomainData) #

[View source]
def data=(data : Array(DomainData)) #

[View source]
def domain : String #

[View source]
def domain=(domain : String) #

[View source]
def tags : Array(String) #

[View source]
def tags=(tags : Array(String)) #

[View source]