Module: ExampleHandler

Extended by:
Bluth::Handler
Defined in:
lib/bluth/test_helpers.rb

Class Method Summary collapse

Methods included from Bluth::Handler

all, 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