Class: Gitlab::Experiment::Configuration
- Inherits:
-
Object
- Object
- Gitlab::Experiment::Configuration
- Includes:
- Singleton
- Defined in:
- lib/gitlab/experiment/configuration.rb
Class Attribute Summary collapse
-
.base_class ⇒ Object
Returns the value of attribute base_class.
-
.cache ⇒ Object
Returns the value of attribute cache.
-
.context_hash_strategy ⇒ Object
Returns the value of attribute context_hash_strategy.
-
.cookie_domain ⇒ Object
Returns the value of attribute cookie_domain.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.name_prefix ⇒ Object
Returns the value of attribute name_prefix.
-
.publishing_behavior ⇒ Object
Returns the value of attribute publishing_behavior.
-
.tracking_behavior ⇒ Object
Returns the value of attribute tracking_behavior.
-
.variant_resolver ⇒ Object
Returns the value of attribute variant_resolver.
Class Attribute Details
.base_class ⇒ Object
Returns the value of attribute base_class.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def base_class @base_class end |
.cache ⇒ Object
Returns the value of attribute cache.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def cache @cache end |
.context_hash_strategy ⇒ Object
Returns the value of attribute context_hash_strategy.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def context_hash_strategy @context_hash_strategy end |
.cookie_domain ⇒ Object
Returns the value of attribute cookie_domain.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def end |
.logger ⇒ Object
Returns the value of attribute logger.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def logger @logger end |
.name_prefix ⇒ Object
Returns the value of attribute name_prefix.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def name_prefix @name_prefix end |
.publishing_behavior ⇒ Object
Returns the value of attribute publishing_behavior.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def publishing_behavior @publishing_behavior end |
.tracking_behavior ⇒ Object
Returns the value of attribute tracking_behavior.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def tracking_behavior @tracking_behavior end |
.variant_resolver ⇒ Object
Returns the value of attribute variant_resolver.
50 51 52 |
# File 'lib/gitlab/experiment/configuration.rb', line 50 def variant_resolver @variant_resolver end |