class

LSProtocol::PreviousResultId

Inherits JSON::Serializable / Reference / Object

A previous result id in a workspace pull request.

@since 3.17.0

Constructors

new(uri : URI | Nil, value : String | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

uri

The URI for which the client knowns a result id.

Source
value

The value of the previous result id.

Source