class ABSplit::Configuration
This class represents the configurations used in ABSplit
. Every time that is instanciated contains the following:
- An empty list of experiments to use
Attributes
experiments[RW]
Public Class Methods
new()
click to toggle source
# File lib/a_b_split/configuration.rb, line 10 def initialize @experiments = {} end