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