Class: LookbookVisualTester::PreviewChecker::CheckResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#backtraceObject

Returns the value of attribute backtrace

Returns:

  • (Object)

    the current value of backtrace



6
7
8
# File 'lib/lookbook_visual_tester/preview_checker.rb', line 6

def backtrace
  @backtrace
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



6
7
8
# File 'lib/lookbook_visual_tester/preview_checker.rb', line 6

def duration
  @duration
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



6
7
8
# File 'lib/lookbook_visual_tester/preview_checker.rb', line 6

def error
  @error
end

#example_nameObject

Returns the value of attribute example_name

Returns:

  • (Object)

    the current value of example_name



6
7
8
# File 'lib/lookbook_visual_tester/preview_checker.rb', line 6

def example_name
  @example_name
end

#preview_nameObject

Returns the value of attribute preview_name

Returns:

  • (Object)

    the current value of preview_name



6
7
8
# File 'lib/lookbook_visual_tester/preview_checker.rb', line 6

def preview_name
  @preview_name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



6
7
8
# File 'lib/lookbook_visual_tester/preview_checker.rb', line 6

def status
  @status
end