struct Protocol::SystemInfo::GetInfo

Overview

Returns information about the system.

Included Modules

Defined in:

protocol/system_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def command_line : String #

The command line string used to launch the browser. Will be the empty string if not supported.


[View source]
def gpu : GPUInfo #

Information about the GPUs on the system.


[View source]
def model_name : String #

A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported.


[View source]
def model_version : String #

A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported.


[View source]