Class: BeetleETL::Reporter

Inherits:
Object
  • Object
show all
Defined in:
lib/beetle_etl/reporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(report) ⇒ Reporter

Returns a new instance of Reporter.



4
5
6
# File 'lib/beetle_etl/reporter.rb', line 4

def initialize(report)
  @report = report
end

Instance Method Details

#log_summaryObject



8
9
10
# File 'lib/beetle_etl/reporter.rb', line 8

def log_summary
  BeetleETL.logger.info(summary)
end