Class: LSP::SelectionRangeRegistrationOptions
- Defined in:
- lib/lsp/lsp_protocol_selectionrange.rb
Overview
export interface SelectionRangeRegistrationOptions extends SelectionRangeOptions, TextDocumentRegistrationOptions, StaticRegistrationOptions { }
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
48 49 50 51 |
# File 'lib/lsp/lsp_protocol_selectionrange.rb', line 48 def from_h!(value) value = {} if value.nil? self end |