struct Protocol::SystemInfo::GetInfo
- Protocol::SystemInfo::GetInfo
- Struct
- Value
- Object
Overview
Returns information about the system.
Included Modules
- JSON::Serializable
- Protocol::Command
Defined in:
protocol/system_info.crConstructors
Instance Method Summary
-
#command_line : String
The command line string used to launch the browser.
-
#gpu : GPUInfo
Information about the GPUs on the system.
-
#model_name : String
A platform-dependent description of the model of the machine.
-
#model_version : String
A platform-dependent description of the version of the machine.
Constructor Detail
Instance Method Detail
def command_line : String
#
The command line string used to launch the browser. Will be the empty string if not supported.
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.
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.