Class: LookbookVisualTester::Runner::Result
- Inherits:
-
Struct
- Object
- Struct
- LookbookVisualTester::Runner::Result
- Defined in:
- lib/lookbook_visual_tester/runner.rb
Instance Attribute Summary collapse
-
#baseline_path ⇒ Object
Returns the value of attribute baseline_path.
-
#current_path ⇒ Object
Returns the value of attribute current_path.
-
#diff_path ⇒ Object
Returns the value of attribute diff_path.
-
#error ⇒ Object
Returns the value of attribute error.
-
#mismatch ⇒ Object
Returns the value of attribute mismatch.
-
#scenario_name ⇒ Object
Returns the value of attribute scenario_name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#baseline_path ⇒ Object
Returns the value of attribute baseline_path
12 13 14 |
# File 'lib/lookbook_visual_tester/runner.rb', line 12 def baseline_path @baseline_path end |
#current_path ⇒ Object
Returns the value of attribute current_path
12 13 14 |
# File 'lib/lookbook_visual_tester/runner.rb', line 12 def current_path @current_path end |
#diff_path ⇒ Object
Returns the value of attribute diff_path
12 13 14 |
# File 'lib/lookbook_visual_tester/runner.rb', line 12 def diff_path @diff_path end |
#error ⇒ Object
Returns the value of attribute error
12 13 14 |
# File 'lib/lookbook_visual_tester/runner.rb', line 12 def error @error end |
#mismatch ⇒ Object
Returns the value of attribute mismatch
12 13 14 |
# File 'lib/lookbook_visual_tester/runner.rb', line 12 def mismatch @mismatch end |
#scenario_name ⇒ Object
Returns the value of attribute scenario_name
12 13 14 |
# File 'lib/lookbook_visual_tester/runner.rb', line 12 def scenario_name @scenario_name end |
#status ⇒ Object
Returns the value of attribute status
12 13 14 |
# File 'lib/lookbook_visual_tester/runner.rb', line 12 def status @status end |