struct Shodan::HostDataElasticCPUItem

Included Modules

Defined in:

shodan/parsers/host_services/elastic.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def cache_size_in_bytes : Int64 #

[View source]
def cache_size_in_bytes=(cache_size_in_bytes : Int64) #

[View source]
def cores_per_socket : Int64 #

[View source]
def cores_per_socket=(cores_per_socket : Int64) #

[View source]
def count : Int64 #

[View source]
def count=(count : Int64) #

[View source]
def mhz : Int64 #

[View source]
def mhz=(mhz : Int64) #

[View source]
def model : Int64 #

[View source]
def model=(model : Int64) #

[View source]
def total_cores : Int64 #

[View source]
def total_cores=(total_cores : Int64) #

[View source]
def total_sockets : Int64 #

[View source]
def total_sockets=(total_sockets : Int64) #

[View source]
def vendor : Int64 #

[View source]
def vendor=(vendor : Int64) #

[View source]