class LSProtocol::FileRename

Overview

Represents information on a file/folder rename.

@since 3.16.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(new_uri : String | Nil, old_uri : String | Nil) #

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

[View source]

Instance Method Detail

def new_uri : String #

[View source]
def old_uri : String #

[View source]