Module: DotDiff
- Defined in:
- lib/dotdiff.rb,
lib/dotdiff/image.rb,
lib/dotdiff/version.rb,
lib/dotdiff/command_wrapper.rb,
lib/dotdiff/element_handler.rb
Defined Under Namespace
Classes: CommandWrapper, ElementHandler, Image
Constant Summary collapse
- VERSION =
"0.3.1"
Class Attribute Summary collapse
-
.failure_image_path ⇒ Object
Returns the value of attribute failure_image_path.
-
.image_store_path ⇒ Object
Returns the value of attribute image_store_path.
-
.js_elements_to_hide ⇒ Object
Returns the value of attribute js_elements_to_hide.
-
.overwrite_on_resave ⇒ Object
Returns the value of attribute overwrite_on_resave.
-
.perceptual_diff_bin ⇒ Object
Returns the value of attribute perceptual_diff_bin.
-
.resave_base_image ⇒ Object
Returns the value of attribute resave_base_image.
Class Method Summary collapse
Class Attribute Details
.failure_image_path ⇒ Object
Returns the value of attribute failure_image_path.
12 13 14 |
# File 'lib/dotdiff.rb', line 12 def failure_image_path @failure_image_path end |
.image_store_path ⇒ Object
Returns the value of attribute image_store_path.
12 13 14 |
# File 'lib/dotdiff.rb', line 12 def image_store_path @image_store_path end |
.js_elements_to_hide ⇒ Object
Returns the value of attribute js_elements_to_hide.
12 13 14 |
# File 'lib/dotdiff.rb', line 12 def js_elements_to_hide @js_elements_to_hide end |
.overwrite_on_resave ⇒ Object
Returns the value of attribute overwrite_on_resave.
12 13 14 |
# File 'lib/dotdiff.rb', line 12 def overwrite_on_resave @overwrite_on_resave end |
.perceptual_diff_bin ⇒ Object
Returns the value of attribute perceptual_diff_bin.
12 13 14 |
# File 'lib/dotdiff.rb', line 12 def perceptual_diff_bin @perceptual_diff_bin end |
.resave_base_image ⇒ Object
Returns the value of attribute resave_base_image.
12 13 14 |
# File 'lib/dotdiff.rb', line 12 def resave_base_image @resave_base_image end |
Class Method Details
.configure {|_self| ... } ⇒ Object
15 16 17 |
# File 'lib/dotdiff.rb', line 15 def configure yield self end |