struct LSP::Message::ShowMessage

Overview

The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.

Included Modules

Defined in:

lsp/message.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(params : LSP::Message::ShowMessage::Params = Params.new) #

[View source]

Class Method Detail

def self.method #

[View source]

Instance Method Detail

def jsonrpc : String #

def jsonrpc=(jsonrpc : String) #

def method : String #

def method=(method : String) #

def params : Params #

def params=(params : Params) #