Sha256: 945ae05bf1a19fb1e89395f79873ed88dbb7465464b29625ecc08f4e5c4d461b
Contents?: true
Size: 714 Bytes
Versions: 6
Compression:
Stored size: 714 Bytes
Contents
# TalonOne::CodeGeneratorSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **valid_characters** | **Array<String>** | Set of characters to be used when generating random part of code. Defaults to [A-Z, 0-9] (in terms of RegExp). | **coupon_pattern** | **String** | The pattern that will be used to generate coupon codes. The character `#` acts as a placeholder and will be replaced by a random character from the `validCharacters` set. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CodeGeneratorSettings.new(valid_characters: null, coupon_pattern: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems