RuleActions Class Reference

Inherits from NSObject
Declared in RuleActions.h

– setRuleActionType:

Sets action type on rule

- (void)setRuleActionType:(NSString *)type

Parameters

type

The action type

Declared In

RuleActions.h

– addRuleActionTarget:

Append rule target type to list of targets

- (void)addRuleActionTarget:(NSString *)target

Parameters

target

the target for the rule

Declared In

RuleActions.h