Class: LSP::CallHierarchyRegistrationOptions
- Defined in:
- lib/lsp/lsp_protocol_callhierarchy.proposed.rb
Overview
export interface CallHierarchyRegistrationOptions extends TextDocumentRegistrationOptions, CallHierarchyOptions { }
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
172 173 174 175 |
# File 'lib/lsp/lsp_protocol_callhierarchy.proposed.rb', line 172 def from_h!(value) value = {} if value.nil? self end |