class LSProtocol::ResourceOperation
- LSProtocol::ResourceOperation
- Reference
- Object
Overview
A generic resource operation.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(kind : String | Nil, annotation_id : ChangeAnnotationIdentifier | Nil = nil)
Instance Method Summary
-
#annotation_id : ChangeAnnotationIdentifier | Nil
An optional annotation identifier describing the operation.
-
#kind : String
The resource operation kind.
Constructor Detail
Instance Method Detail
def annotation_id : ChangeAnnotationIdentifier | Nil
#
An optional annotation identifier describing the operation.
@since 3.16.0