class

LSProtocol::FileCreate

Inherits JSON::Serializable / Reference / Object

Represents information on a file/folder create.

@since 3.16.0

Constructors

new(pull : JSON::PullParser)
Source
new(uri : String | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

uri

A file:// URI for the location of the file/folder being created.

Source