struct

LSP::LogMessageParams

Inherits JSON::Serializable < LSP::Initializer < Struct < Value < Object

Constructors

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

Instance methods

message

The actual message.

Source
message=(message : String)

The actual message.

Source
type

The message type. See MessageType.

Source
type=(type : MessageType)

The message type. See MessageType.

Source