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