Class: LSP::SelectionRangeOptions
- Defined in:
- lib/lsp/lsp_protocol_selectionrange.rb
Overview
export interface SelectionRangeOptions 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
38 39 40 41 |
# File 'lib/lsp/lsp_protocol_selectionrange.rb', line 38 def from_h!(value) value = {} if value.nil? self end |