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



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

def reasons
  @reasons
end

#rulesObject

Returns the value of attribute rules

Returns:

  • (Object)

    the current value of rules



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

def rules
  @rules
end

#verdictObject

Returns the value of attribute verdict

Returns:

  • (Object)

    the current value of verdict



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

def verdict
  @verdict
end