Class | RR::ScanReportPrinters::ScanSummaryReporter |
In: |
lib/rubyrep/scan_report_printers/scan_summary_reporter.rb
|
Parent: | Object |
A ScanReportPrinter producing a summary (number of differences) only.
left_table | [RW] | Name of the left table of the current scan |
only_totals | [RW] | Set to true if only the total number of differences should be reported |
right_table | [RW] | Name of the right table of the current scan |
scan_result | [RW] |
Hold the result of the current scan. A hash with a running
count of
+:conflict+, +:left+ (only) or +:right+ (only) records. |
Each difference is handed to the printer as described in the format as described e. g. in DirectTableScan#run