Sha256: 43a1a3c88b235724ac70d52eece2b0756082b375015e763c1b053d275f5bb8f0

Contents?: true

Size: 909 Bytes

Versions: 4

Compression:

Stored size: 909 Bytes

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 | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-2.2.0 docs/EffectEntity.md
talon_one-2.1.1 docs/EffectEntity.md
talon_one-2.1.0 docs/EffectEntity.md
talon_one-2.0.0 docs/EffectEntity.md