Class: LSP::FoldingRangeOptions

Inherits:
LSPBase
  • Object
show all
Defined in:
lib/lsp/lsp_protocol_foldingrange.rb

Overview

export interface FoldingRangeOptions extends WorkDoneProgressOptions { }

Instance Method Summary collapse

Methods inherited from LSPBase

#initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from LSP::LSPBase

Instance Method Details

#from_h!(value) ⇒ Object



50
51
52
53
# File 'lib/lsp/lsp_protocol_foldingrange.rb', line 50

def from_h!(value)
  value = {} if value.nil?
  self
end