Class: ActsAsPushable::APN::Notification

Inherits:
Notification show all
Defined in:
lib/acts_as_pushable/apn/notification.rb

Instance Method Summary collapse

Methods inherited from Notification

#initialize, send

Constructor Details

This class inherits a constructor from ActsAsPushable::Notification

Instance Method Details

#performObject



6
7
8
# File 'lib/acts_as_pushable/apn/notification.rb', line 6

def perform
  client.push(notification)
end