Class: Pal::Operation::GroupRule
- Defined in:
- lib/pal/operation/filter_evaluator.rb
Direct Known Subclasses
Instance Attribute Summary collapse
- #rule_group ⇒ Array<Rule> readonly
Instance Method Summary collapse
-
#initialize(rule_group) ⇒ GroupRule
constructor
A new instance of GroupRule.
Methods inherited from Rule
Constructor Details
#initialize(rule_group) ⇒ GroupRule
Returns a new instance of GroupRule.
81 82 83 84 |
# File 'lib/pal/operation/filter_evaluator.rb', line 81 def initialize(rule_group) @rule_group = rule_group super() end |
Instance Attribute Details
#rule_group ⇒ Array<Rule> (readonly)
78 79 80 |
# File 'lib/pal/operation/filter_evaluator.rb', line 78 def rule_group @rule_group end |