class Rpush::Daemon::QueuePayload

Attributes

batch[R]
notification[R]

Public Class Methods

new(batch, notification = nil) click to toggle source
# File lib/rpush/daemon/queue_payload.rb, line 6
def initialize(batch, notification = nil)
  @batch = batch
  @notification = notification
end