Method: Rpush::Daemon::Wpns::Delivery#initialize

Defined in:
lib/rpush/daemon/wpns/delivery.rb

#initialize(app, http, notification, batch) ⇒ Delivery

Returns a new instance of Delivery.



11
12
13
14
15
16
# File 'lib/rpush/daemon/wpns/delivery.rb', line 11

def initialize(app, http, notification, batch)
  @app = app
  @http = http
  @notification = notification
  @batch = batch
end