class LanguageServer::Protocol::Interface::InitializedParams

def initialize()

def initialize()
  @attributes = {}
  @attributes.freeze
end

def to_hash

def to_hash
  attributes
end

def to_json(*args)

def to_json(*args)
  to_hash.to_json(*args)
end