class

LSProtocol::ResourceOperation

Inherits JSON::Serializable / Reference / Object

A generic resource operation.

Constructors

new(pull : JSON::PullParser)
Source
new(kind : String | Nil, annotation_id : ChangeAnnotationIdentifier | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

annotation_id

An optional annotation identifier describing the operation.

@since 3.16.0

Source
kind

The resource operation kind.

Source