class LSProtocol::MonikerRequest
 
  - LSProtocol::MonikerRequest
- Reference
- Object
Overview
A request to get the moniker of a symbol at a given text document position.
The request parameter is of type TextDocumentPositionParams.
The response is of type Array(Moniker) or null.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
- 
        #id : Int32 | String
        
          The request id. 
- #jsonrpc : String
- 
        #method : String
        
          The method to be invoked. 
- #params : MonikerParams