struct Shodan::DomainData

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 last_seen : String #

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

[View source]
def subdomain : String #

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

[View source]
def type : String #

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

[View source]
def value : String #

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

[View source]