Class: Gitlab::WebIde::Config::Entry::Global

Inherits:
Config::Entry::Node show all
Includes:
Config::Entry::Attributable, Config::Entry::Configurable
Defined in:
lib/gitlab/web_ide/config/entry/global.rb

Overview

This class represents a global entry - root Entry for entire GitLab WebIde Configuration file.

Constant Summary

Constants inherited from Config::Entry::Node

Config::Entry::Node::InvalidError

Instance Attribute Summary

Attributes inherited from Config::Entry::Node

#config, #default, #deprecation, #description, #key, #metadata, #parent

Class Method Summary collapse

Methods included from Config::Entry::Configurable

#compose!, #entry_create!, #skip_config_hash_validation?

Methods inherited from Config::Entry::Node

#[], #add_warning, #ancestors, #array?, aspects, #compose!, default, #descendants, #errors, #hash?, #initialize, #inspect, #integer?, #leaf?, #location, #opt, #relevant?, #specified?, #string?, #valid?, #value, #warnings, with_aspect

Constructor Details

This class inherits a constructor from Gitlab::Config::Entry::Node

Class Method Details

.allowed_keysObject



15
16
17
# File 'lib/gitlab/web_ide/config/entry/global.rb', line 15

def self.allowed_keys
  %i[terminal].freeze
end