Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 493 Bytes

FuncArgDef.md

File metadata and controls

19 lines (12 loc) · 493 Bytes

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. [optional]

Code Sample

require 'TalonOne'

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