Class: Approvals::Reporters::ImageReporter

Inherits:
FirstWorkingReporter show all
Includes:
Singleton
Defined in:
lib/approvals/reporters/image_reporter.rb

Instance Attribute Summary

Attributes inherited from FirstWorkingReporter

#reporters

Instance Method Summary collapse

Methods inherited from FirstWorkingReporter

#report, #working_in_this_environment?

Constructor Details

#initializeImageReporter

Returns a new instance of ImageReporter.



7
8
9
# File 'lib/approvals/reporters/image_reporter.rb', line 7

def initialize
  super(ImageMagickReporter.instance, HtmlImageReporter.instance)
end