Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 380 Bytes

File metadata and controls

18 lines (12 loc) · 380 Bytes

TalonOne::NewExperimentVariantArray

Properties

Name Type Description Notes
variants Array<NewExperimentVariant> Array of experiment variants to create

Example

require 'talon_one_sdk'

instance = TalonOne::NewExperimentVariantArray.new(
  variants: null
)