Class: LookbookVisualTester::Runner::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/lookbook_visual_tester/runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_pathObject

Returns the value of attribute baseline_path

Returns:

  • (Object)

    the current value of baseline_path



12
13
14
# File 'lib/lookbook_visual_tester/runner.rb', line 12

def baseline_path
  @baseline_path
end

#current_pathObject

Returns the value of attribute current_path

Returns:

  • (Object)

    the current value of current_path



12
13
14
# File 'lib/lookbook_visual_tester/runner.rb', line 12

def current_path
  @current_path
end

#diff_pathObject

Returns the value of attribute diff_path

Returns:

  • (Object)

    the current value of diff_path



12
13
14
# File 'lib/lookbook_visual_tester/runner.rb', line 12

def diff_path
  @diff_path
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



12
13
14
# File 'lib/lookbook_visual_tester/runner.rb', line 12

def error
  @error
end

#mismatchObject

Returns the value of attribute mismatch

Returns:

  • (Object)

    the current value of mismatch



12
13
14
# File 'lib/lookbook_visual_tester/runner.rb', line 12

def mismatch
  @mismatch
end

#scenario_nameObject

Returns the value of attribute scenario_name

Returns:

  • (Object)

    the current value of scenario_name



12
13
14
# File 'lib/lookbook_visual_tester/runner.rb', line 12

def scenario_name
  @scenario_name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



12
13
14
# File 'lib/lookbook_visual_tester/runner.rb', line 12

def status
  @status
end