Class: LSP::TypeDefinitionOptions
- Defined in:
- lib/lsp/lsp_protocol_typedefinition.rb
Overview
export interface TypeDefinitionOptions extends WorkDoneProgressOptions { }
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
45 46 47 48 |
# File 'lib/lsp/lsp_protocol_typedefinition.rb', line 45 def from_h!(value) value = {} if value.nil? self end |