Sha256: cf1124bb4e4841469c4696c282d48fe9b68ae667dc4dabe2359b01c68d2cdda1

Contents?: true

Size: 979 Bytes

Versions: 4

Compression:

Stored size: 979 Bytes

Contents

# TalonOne::Effect

## 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 | 
**props** | [**Object**](.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

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


Version data entries

4 entries across 4 versions & 1 rubygems

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