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