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

Inherits:
Struct
  • Object
show all
Defined in:
lib/capybara/screenshot/diff/image_compare.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



224
225
226
# File 'lib/capybara/screenshot/diff/image_compare.rb', line 224

def base_image
  @base_image
end

#new_imageObject

Returns the value of attribute new_image

Returns:

  • (Object)

    the current value of new_image



224
225
226
# File 'lib/capybara/screenshot/diff/image_compare.rb', line 224

def new_image
  @new_image
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



224
225
226
# File 'lib/capybara/screenshot/diff/image_compare.rb', line 224

def options
  @options
end