Method: Determinator::Feature#variants

Defined in:
lib/determinator/feature.rb,
lib/determinator/feature.rb

#variantsnil, Hash<String,Integer> (readonly)

The variants for this experiment, with the name of the variant as the key and the weight as the value. Will be nil for non-experiments.



5
6
7
# File 'lib/determinator/feature.rb', line 5

def variants
  @variants
end