Class: SendJob
- Inherits:
-
Object
- Object
- SendJob
- Includes:
- SuckerPunch::Job
- Defined in:
- lib/airbrake/jobs/send_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(notice) ⇒ Object
4 5 6 |
# File 'lib/airbrake/jobs/send_job.rb', line 4 def perform(notice) Airbrake.sender.send_to_airbrake(notice) end |