class LSProtocol::PreviousResultId

Overview

A previous result id in a workspace pull request.

@since 3.17.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri : URI | Nil, value : String | Nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def uri : URI #

The URI for which the client knowns a result id.


[View source]
def value : String #

The value of the previous result id.


[View source]