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



9
10
11
# File 'lib/rail_verdict/check.rb', line 9

def configuration
  @configuration
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



9
10
11
# File 'lib/rail_verdict/check.rb', line 9

def context
  @context
end

#findingsObject

Returns the value of attribute findings

Returns:

  • (Object)

    the current value of findings



9
10
11
# File 'lib/rail_verdict/check.rb', line 9

def findings
  @findings
end

#repository_state_postObject

Returns the value of attribute repository_state_post

Returns:

  • (Object)

    the current value of repository_state_post



9
10
11
# File 'lib/rail_verdict/check.rb', line 9

def repository_state_post
  @repository_state_post
end

#repository_state_preObject

Returns the value of attribute repository_state_pre

Returns:

  • (Object)

    the current value of repository_state_pre



9
10
11
# File 'lib/rail_verdict/check.rb', line 9

def repository_state_pre
  @repository_state_pre
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



9
10
11
# File 'lib/rail_verdict/check.rb', line 9

def result
  @result
end