Class: QPush::Web::Apis::Morgue

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

Instance Method Summary collapse

Constructor Details

#initialize(start, count) ⇒ Morgue

Returns a new instance of Morgue.



5
6
7
8
9
# File 'lib/qpush/web/apis/morgue.rb', line 5

def initialize(start, count)
  @morgue = nil
  @start = start
  @count = count
end

Instance Method Details

#callObject



11
12
13
14
# File 'lib/qpush/web/apis/morgue.rb', line 11

def call
  retrieve_morgue
  update_morgue
end