struct LSP::Protocol::InitializeParams

Defined in:

lsp/protocol/initialize_params.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def capabilities : JSON::Any #

[View source]
def capabilities=(_capabilities : JSON::Any) #

[View source]
def process_id : Int64 | Int32 | Nil | Nil #

[View source]
def process_id=(_process_id : Int64 | Int32 | Nil | Nil) #

[View source]
def root_path : String | Nil | Nil #

[View source]
def root_path=(_root_path : String | Nil | Nil) #

[View source]
def root_uri : String | Nil | Nil #

[View source]
def root_uri=(_root_uri : String | Nil | Nil) #

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

[View source]
def trace : Union(String, Nil) #

[View source]
def trace=(_trace : Union(String, Nil)) #

[View source]