class LanguageServer::Protocol::Interface::InitializeError
def initialize(retry:)
def initialize(retry:) @attributes = {} @attributes[:retry] = binding.local_variable_get(:retry) @attributes.freeze end
def retry
-
(boolean)
-
def retry attributes.fetch(:retry) end
def to_hash
def to_hash attributes end
def to_json(*args)
def to_json(*args) to_hash.to_json(*args) end