struct Shodan::HostDataNetBIOS

Included Modules

Defined in:

shodan/parsers/host_services/netbios.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def mac : String #

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

[View source]
def names : Array(HostDataNetBIOSName) #

[View source]
def names=(names : Array(HostDataNetBIOSName)) #

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

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

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

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

[View source]
def servername : String #

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

[View source]
def username : String | Nil #

[View source]
def username=(username : String | Nil) #

[View source]