Module: ExampleHandler
- Extended by:
- Bluth::Handler
- Defined in:
- lib/bluth/test_helpers.rb
Class Method Summary collapse
-
.enqueue(opts = {}) ⇒ Object
:hostid => String :force => Boolean (update all monitors).
- .perform(data = {}) ⇒ Object
Methods included from Bluth::Handler
all, create_job, engauge, enqueue, extended, generate_id, prepare, queue
Class Method Details
.enqueue(opts = {}) ⇒ Object
:hostid => String :force => Boolean (update all monitors)
9 10 11 |
# File 'lib/bluth/test_helpers.rb', line 9 def self.enqueue(opts={}) super opts, opts.delete(:queue) end |
.perform(data = {}) ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/bluth/test_helpers.rb', line 13 def self.perform(data={}) begin rescue => ex end end |