class LSP::UnknownRequest
- LSP::UnknownRequest
- LSP::RequestMessage(Nil)
- Reference
- Object
Included Modules
Defined in:
requests/request_message.crConstructors
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