class LSP::WorkDoneProgressCreateRequest

Overview

The window/workDoneProgress/create request is sent from the server to the client to ask the client to create a work done progress.

Included Modules

Defined in:

requests/window/work_done_progress_create.cr

Constructors

Instance Method Summary

Instance methods inherited from class LSP::RequestMessage(Nil)

id : RequestId id, id=(id : RequestId) id=, method : String method, method=(method : String) method=, on_response(raw : JSON::Any?, e : ResponseError?)
on_response(&block : Proc(Nil?, ResponseError?, Nil))
on_response
, on_response? : Proc(Nil?, ResponseError?, Nil)? on_response?

Constructor methods inherited from class LSP::RequestMessage(Nil)

new(pull : JSON::PullParser)
new(**args)
new

Constructor Detail

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

The window/workDoneProgress/create request is sent from the server to the client to ask the client to create a work done progress.


def self.new(**args) #

Instance Method Detail


def params=(params : WorkDoneProgressCreateParams) #