Class: RailVerdict::Check::Outcome

Inherits:
Struct
  • Object
show all
Defined in:
lib/rail_verdict/check.rb

Instance Attribute Summary collapse

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration

Returns:

  • (Object)

    the current value of configuration



7
8
9
# File 'lib/rail_verdict/check.rb', line 7

def configuration
  @configuration
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



7
8
9
# File 'lib/rail_verdict/check.rb', line 7

def context
  @context
end

#findingsObject

Returns the value of attribute findings

Returns:

  • (Object)

    the current value of findings



7
8
9
# File 'lib/rail_verdict/check.rb', line 7

def findings
  @findings
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



7
8
9
# File 'lib/rail_verdict/check.rb', line 7

def result
  @result
end