Class: QPush::Server::Apis::Morgue

Inherits:
Base
  • Object
show all
Defined in:
lib/qpush/server/apis/morgue.rb

Instance Method Summary collapse

Methods inherited from Base

call

Constructor Details

#initialize(job) ⇒ Morgue

Returns a new instance of Morgue.



5
6
7
# File 'lib/qpush/server/apis/morgue.rb', line 5

def initialize(job)
  @job = job
end

Instance Method Details

#callObject



9
10
11
# File 'lib/qpush/server/apis/morgue.rb', line 9

def call
  send_to_morgue
end