Class: Moult::Gate::Evaluation::Verdict

Inherits:
Struct
  • Object
show all
Defined in:
lib/moult/gate/evaluation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#reasonsObject

Returns the value of attribute reasons

Returns:

  • (Object)

    the current value of reasons



63
64
65
# File 'lib/moult/gate/evaluation.rb', line 63

def reasons
  @reasons
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



63
64
65
# File 'lib/moult/gate/evaluation.rb', line 63

def rules
  @rules
end

#verdictObject

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



63
64
65
# File 'lib/moult/gate/evaluation.rb', line 63

def verdict
  @verdict
end