Class: Liteguard::DetailedEvalResult
- Inherits:
-
Data
- Object
- Data
- Liteguard::DetailedEvalResult
- Defined in:
- lib/liteguard/decision.rb
Overview
Internal result from Evaluation.evaluate_guard_detailed.
Instance Attribute Summary collapse
-
#matched_rule_index ⇒ Object
readonly
Returns the value of attribute matched_rule_index.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
Instance Attribute Details
#matched_rule_index ⇒ Object (readonly)
Returns the value of attribute matched_rule_index
5 6 7 |
# File 'lib/liteguard/decision.rb', line 5 def matched_rule_index @matched_rule_index end |
#result ⇒ Object (readonly)
Returns the value of attribute result
5 6 7 |
# File 'lib/liteguard/decision.rb', line 5 def result @result end |