Constructor: RuleResultsGroupInfo

RuleResultsGroupInfo

new RuleResultsGroupInfo(t, u, d, req, rec)

Constructor for an object that contains a title, url and description for a group of rule results

Parameters:
Name Type Description
t String A title that can be used as the text of a link
u String A url to more information on the item
d String A longer description of the item
req Number Number of required rules
rec Number Number of recommended rules
Properties:
Name Type Description
title String A short description that can be used as a title or the text of a link
url String A url to more information on the item
description String A longer desctiption of the item
required_rules Number Number of required rules in the ruleset
recommended_rules Number Number of recommeneded rules in the ruleset
total_rules Number Total Number of rules in the ruleset
Source:
  • scripts/information_items.js, line 140