Sha256: 06261289282616e4a67c46927106350cc76fb6889871ca53944cd8d564a3531e

Contents?: true

Size: 513 Bytes

Versions: 6

Compression:

Stored size: 513 Bytes

Contents

# TalonOne::PriorityPosition

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**set** | **String** | The name of the priority set where the campaign is located. | [default to 'universal']
**position** | **Integer** | The position of the campaign in the priority order starting from 1. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::PriorityPosition.new(set: universal,
                                 position: 1)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/PriorityPosition.md
talon_one-6.0.0 docs/PriorityPosition.md
talon_one-5.0.0 docs/PriorityPosition.md
talon_one-3.0.2 docs/PriorityPosition.md
talon_one-3.0.1 docs/PriorityPosition.md
talon_one-3.0.0 docs/PriorityPosition.md