Class: Moult::Gate::Evaluation::Verdict
- Inherits:
-
Struct
- Object
- Struct
- Moult::Gate::Evaluation::Verdict
- Defined in:
- lib/moult/gate/evaluation.rb
Instance Attribute Summary collapse
-
#reasons ⇒ Object
Returns the value of attribute reasons.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#verdict ⇒ Object
Returns the value of attribute verdict.
Instance Attribute Details
#reasons ⇒ Object
Returns the value of attribute reasons
63 64 65 |
# File 'lib/moult/gate/evaluation.rb', line 63 def reasons @reasons end |
#rules ⇒ Object
Returns the value of attribute rules
63 64 65 |
# File 'lib/moult/gate/evaluation.rb', line 63 def rules @rules end |
#verdict ⇒ Object
Returns the value of attribute verdict
63 64 65 |
# File 'lib/moult/gate/evaluation.rb', line 63 def verdict @verdict end |