Module: Wprof::Reporters::DatabaseReport

Included in:
WprofReporter
Defined in:
lib/wprof/reporters/db_report.rb

Instance Method Summary collapse

Instance Method Details

#db_reportObject



4
5
6
7
8
9
10
11
12
13
# File 'lib/wprof/reporters/db_report.rb', line 4

def db_report
  case @rec_type
  when :service
    WprofService.create(@data)
  when :standard
    WprofController.create(@data)
  when :custom
    WprofMethod.create(@data)
  end
end