Class: LSP::CallHierarchyPrepareParams
- Defined in:
- lib/lsp/lsp_protocol_callhierarchy.proposed.rb
Overview
export interface CallHierarchyPrepareParams extends TextDocumentPositionParams, WorkDoneProgressParams { }
Instance Method Summary collapse
Methods inherited from LSPBase
Constructor Details
This class inherits a constructor from LSP::LSPBase
Instance Method Details
#from_h!(value) ⇒ Object
203 204 205 206 |
# File 'lib/lsp/lsp_protocol_callhierarchy.proposed.rb', line 203 def from_h!(value) value = {} if value.nil? self end |