Class: ActsAsPushable::APN::Notification
- Inherits:
-
Notification
- Object
- Notification
- ActsAsPushable::APN::Notification
- Defined in:
- lib/acts_as_pushable/apn/notification.rb
Instance Method Summary collapse
Methods inherited from Notification
Constructor Details
This class inherits a constructor from ActsAsPushable::Notification
Instance Method Details
#perform ⇒ Object
6 7 8 |
# File 'lib/acts_as_pushable/apn/notification.rb', line 6 def perform client.push(notification) end |