Skip to content

Latest commit

 

History

History
82 lines (47 loc) · 882 Bytes

File metadata and controls

82 lines (47 loc) · 882 Bytes

groups

Index

Fields

fn new

new(name, rules)

PARAMETERS:

  • name (string)
  • rules (array)

new creates a new rule group.

fn withInterval

withInterval(value)

PARAMETERS:

  • value (integer)

fn withLimit

withLimit(value)

PARAMETERS:

  • value (integer)

fn withName

withName(value)

PARAMETERS:

  • value (string)

fn withRules

withRules(value)

PARAMETERS:

  • value (array)

fn withRulesMixin

withRulesMixin(value)

PARAMETERS:

  • value (array)