Class: Liteguard::DetailedEvalResult

Inherits:
Data
  • Object
show all
Defined in:
lib/liteguard/decision.rb

Overview

Internal result from Evaluation.evaluate_guard_detailed.

Instance Attribute Summary collapse

Instance Attribute Details

#matched_rule_indexObject (readonly)

Returns the value of attribute matched_rule_index

Returns:

  • (Object)

    the current value of matched_rule_index



5
6
7
# File 'lib/liteguard/decision.rb', line 5

def matched_rule_index
  @matched_rule_index
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



5
6
7
# File 'lib/liteguard/decision.rb', line 5

def result
  @result
end