Sha256: 8ea06280330532c162ca590dab6c6e096fc4cd8a6e66ecc3f254914476524314

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# TalonOne::EffectEntity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign_id** | **Integer** | The ID of the campaign that triggered this effect | 
**ruleset_id** | **Integer** | The ID of the ruleset that was active in the campaign when this effect was triggered | 
**rule_index** | **Integer** | The position of the rule that triggered this effect within the ruleset | 
**rule_name** | **String** | The name of the rule that triggered this effect | 
**effect_type** | **String** | The type of effect that was triggered | 
**triggered_by_coupon** | **Integer** | The ID of the coupon that was being evaluated when this effect was triggered | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::EffectEntity.new(campaign_id: null,
                                 ruleset_id: null,
                                 rule_index: null,
                                 rule_name: null,
                                 effect_type: null,
                                 triggered_by_coupon: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/EffectEntity.md
talon_one-2.3.0 docs/EffectEntity.md