Sha256: 9ed94036e1571155fad36b76dda10f4812db18fa187f28e07632d287f5215cd8

Contents?: true

Size: 482 Bytes

Versions: 10

Compression:

Stored size: 482 Bytes

Contents

# TalonOne::FuncArgDef

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of value this argument expects. | 
**description** | **String** | A campaigner-friendly description of the argument, this will also be shown in the rule editor. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::FuncArgDef.new(type: null,
                                 description: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/FuncArgDef.md
talon_one-3.0.1 docs/FuncArgDef.md
talon_one-3.0.0 docs/FuncArgDef.md
talon_one-2.5.1 docs/FuncArgDef.md
talon_one-2.4.0 docs/FuncArgDef.md
talon_one-2.3.0 docs/FuncArgDef.md
talon_one-2.2.0 docs/FuncArgDef.md
talon_one-2.1.1 docs/FuncArgDef.md
talon_one-2.1.0 docs/FuncArgDef.md
talon_one-2.0.0 docs/FuncArgDef.md