class LSP::UnknownRequest

Included Modules

Defined in:

requests/request_message.cr

Constructors

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) #

def self.new(**args) #