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
64 65 66 |
# File 'lib/moult/gate/evaluation.rb', line 64 def reasons @reasons end |
#rules ⇒ Object
Returns the value of attribute rules
64 65 66 |
# File 'lib/moult/gate/evaluation.rb', line 64 def rules @rules end |
#verdict ⇒ Object
Returns the value of attribute verdict
64 65 66 |
# File 'lib/moult/gate/evaluation.rb', line 64 def verdict @verdict end |