class

LSP::RequestMessage

Inherits JSON::Serializable < Reference < Object

A request message to describe a request between the client and the server. Every processed request must send a response back to the sender of the request.

Constructors

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

Instance methods

id

The request id.

Source
id=(id : Int32 | String)

The request id.

Source
method

The method to be invoked.

Source
method=(method : String)

The method to be invoked.

Source
snippet_support

WHY IS THIS NEEDED FOR 1.9.1 and not for 1.8??????

Source
snippet_support=(snippet_support : Bool | Nil)

WHY IS THIS NEEDED FOR 1.9.1 and not for 1.8??????

Source