RuleMetrics constructor

RuleMetrics(
  1. String ruleId
)

Creates a zeroed accumulator for ruleId.

Implementation

RuleMetrics(this.ruleId);