class
MCProtocol::CompleteResult
- MCProtocol::CompleteResult
- Reference
- Object
Overview
The server's response to a completion/complete request
Included Modules
- JSON::Serializable
Defined in:
mcprotocol/complete_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(completion : CompleteResultCompletion, _meta : JSON::Any | Nil = Nil)
Instance Method Summary
-
#_meta : JSON::Any | Nil
This result property is reserved by the protocol to allow clients and servers to attach additional metadata to their responses.
- #completion : CompleteResultCompletion
Constructor Detail
Instance Method Detail
def _meta : JSON::Any | Nil
#
This result property is reserved by the protocol to allow clients and servers to attach additional metadata to their responses.