Constructor: RulesetInfo

RulesetInfo

new RulesetInfo(i, t, u, d, r1, r2, a1, a2, l, v)

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

Parameters:
Name Type Description
i String ID of the ruleset
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
r1 Number Number of required rules
r2 Number Number of recommended rules
a1 String Author of ruleset
a2 String Link to more information about the ruleset
l String Date last updated
v String Version of ruleset
Properties:
Name Type Description
id String ID of the ruleset
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
author String Name of the author of the ruleset
author_url String URL to more information about the author of the ruleset
date String Date the ruleset was last updated
version String Version of the ruleset
Source:
  • scripts/information_items.js, line 198