struct LSP::Protocol::RequestMessage
- LSP::Protocol::RequestMessage
- Struct
- Value
- Object
Defined in:
lsp/protocol/request_message.crConstructors
Instance Method Summary
- #id : Int32
- #id=(_id : Int32)
- #jsonrpc : String
- #jsonrpc=(_jsonrpc : String)
- #method : String
- #method=(_method : String)
- #params : RequestType
- #params=(_params : RequestType)
- #to_json(json : JSON::Builder)