class

LSProtocol::ClientInfo

Inherits JSON::Serializable / Reference / Object

Information about the client

@since 3.15.0 @since 3.18.0 ClientInfo type name added.

Constructors

new(pull : JSON::PullParser)
Source
new(name : String | Nil, version : String | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

name

The name of the client as defined by the client.

Source
version

The client's version as defined by the client.

Source