struct LSP::Protocol::MarkupContent

Defined in:

lsp/protocol/markup_content.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(kind : String, value : String) #

[View source]
def self.new(__temp_215 : JSON::PullParser) #

[View source]

Instance Method Detail

def kind : String #

[View source]
def kind=(_kind : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def value : String #

[View source]
def value=(_value : String) #

[View source]