Sha256: b7aac396a1ac81388b04702c61f03322fccf82f64ecde7b868995961b8cb4c2f

Contents?: true

Size: 948 Bytes

Versions: 13

Compression:

Stored size: 948 Bytes

Contents

# TalonOne::SlotDef

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The dot-separated path to this slot for use in Talang. | 
**type** | **String** | The type of this slot, one of string, number, boolean, or list[type]. | 
**title** | **String** | Campaigner-friendly name for the slot. | 
**description** | **String** | A short description of the slot. | [optional] 
**help** | **String** | Extended help text for the slot. | [optional] 
**writable** | **Boolean** | Whether or not this slot can be updated by rule effects. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::SlotDef.new(name: null,
                                 type: null,
                                 title: null,
                                 description: null,
                                 help: null,
                                 writable: null)
```


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/SlotDef.md
talon_one-6.0.0 docs/SlotDef.md
talon_one-5.0.0 docs/SlotDef.md
talon_one-3.0.2 docs/SlotDef.md
talon_one-3.0.1 docs/SlotDef.md
talon_one-3.0.0 docs/SlotDef.md
talon_one-2.5.1 docs/SlotDef.md
talon_one-2.4.0 docs/SlotDef.md
talon_one-2.3.0 docs/SlotDef.md
talon_one-2.2.0 docs/SlotDef.md
talon_one-2.1.1 docs/SlotDef.md
talon_one-2.1.0 docs/SlotDef.md
talon_one-2.0.0 docs/SlotDef.md