LSP::ResponseMessage(Result)
Inherits JSON::Serializable::Strict < JSON::Serializable < LSP::Initializer < LSP::Message < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Sourcenew
SourceInstance methods
result
The result of a request. This member is REQUIRED on success. This member MUST NOT exist if there was an error invoking the method.
result=(result : Result | Nil)
The result of a request. This member is REQUIRED on success. This member MUST NOT exist if there was an error invoking the method.