Class: Capybara::Screenshot::Diff::Comparison
- Inherits:
-
Struct
- Object
- Struct
- Capybara::Screenshot::Diff::Comparison
- Defined in:
- lib/capybara/screenshot/diff/comparison.rb
Instance Attribute Summary collapse
-
#base_image ⇒ Object
Returns the value of attribute base_image.
-
#base_image_path ⇒ Object
Returns the value of attribute base_image_path.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#new_image ⇒ Object
Returns the value of attribute new_image.
-
#new_image_path ⇒ Object
Returns the value of attribute new_image_path.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#base_image ⇒ Object
Returns the value of attribute base_image
4 5 6 |
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4 def base_image @base_image end |
#base_image_path ⇒ Object
Returns the value of attribute base_image_path
4 5 6 |
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4 def base_image_path @base_image_path end |
#driver ⇒ Object
Returns the value of attribute driver
4 5 6 |
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4 def driver @driver end |
#new_image ⇒ Object
Returns the value of attribute new_image
4 5 6 |
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4 def new_image @new_image end |
#new_image_path ⇒ Object
Returns the value of attribute new_image_path
4 5 6 |
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4 def new_image_path @new_image_path end |
#options ⇒ Object
Returns the value of attribute options
4 5 6 |
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4 def @options end |