* Get variation object by index * @returns {Object}
(variationIndex)
| 121 | * @returns {Object} |
| 122 | */ |
| 123 | async getVariation(variationIndex) { |
| 124 | const config = await this.getConfig(); |
| 125 | return this._getVariation(config, variationIndex); |
| 126 | } |
| 127 | |
| 128 | /** |
| 129 | * Variation Name Setter |
nothing calls this directly
no test coverage detected