Class: LSP::DeclarationParams

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

Overview

export interface DeclarationParams extends TextDocumentPositionParams, WorkDoneProgressParams, PartialResultParams { }

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



63
64
65
66
# File 'lib/lsp/lsp_protocol_declaration.rb', line 63

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