struct LSP::CreateFile
- LSP::CreateFile
- Struct
- Value
- Object
Overview
Create file operation
Included Modules
- JSON::Serializable
Defined in:
lsp/file_resource_changes.crConstructors
Instance Method Summary
- #annotation_id : ChangeAnnotationIdentifier | Nil
- #annotation_id=(annotation_id : ChangeAnnotationIdentifier | Nil)
- #kind : String
-
#options : CreateFileOptions | Nil
An optional annotation identifier describing the operation.
-
#options=(options : CreateFileOptions | Nil)
An optional annotation identifier describing the operation.
-
#uri : String
The resource to create.
-
#uri=(uri : String)
The resource to create.
Constructor Detail
Instance Method Detail
def options=(options : CreateFileOptions | Nil)
#
An optional annotation identifier describing the operation.