Class: Capybara::Screenshot::Diff::Comparison

Inherits:
Struct
  • Object
show all
Defined in:
lib/capybara/screenshot/diff/comparison.rb

Instance Attribute Summary collapse

Instance Attribute Details

#base_imageObject

Returns the value of attribute base_image

Returns:

  • (Object)

    the current value of base_image



4
5
6
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4

def base_image
  @base_image
end

#base_image_pathObject

Returns the value of attribute base_image_path

Returns:

  • (Object)

    the current value of base_image_path



4
5
6
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4

def base_image_path
  @base_image_path
end

#driverObject

Returns the value of attribute driver

Returns:

  • (Object)

    the current value of driver



4
5
6
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4

def driver
  @driver
end

#new_imageObject

Returns the value of attribute new_image

Returns:

  • (Object)

    the current value of new_image



4
5
6
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4

def new_image
  @new_image
end

#new_image_pathObject

Returns the value of attribute new_image_path

Returns:

  • (Object)

    the current value of new_image_path



4
5
6
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4

def new_image_path
  @new_image_path
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



4
5
6
# File 'lib/capybara/screenshot/diff/comparison.rb', line 4

def options
  @options
end