class LSProtocol::ResourceOperation

Overview

A generic resource operation.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(kind : String | Nil, annotation_id : ChangeAnnotationIdentifier | Nil = nil) #

[View source]

Instance Method Detail

def annotation_id : ChangeAnnotationIdentifier | Nil #

[View source]
def kind : String #

The resource operation kind.


[View source]