struct

LSP::ProgressParams(T)

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

token

The progress token provided by the client or server.

Source
token=(token : ProgressToken)

The progress token provided by the client or server.

Source
value

The progress data.

Source
value=(value : T)

The progress data.

Source