class RailsPushNotifications::MPNSApp
This class represents an Windows Phone application.
@author Carlos Alonso
Private Instance Methods
build_pusher()
click to toggle source
@return [RubyPushNotifications::MPNS::MPNSPusher] configured and
ready to push
# File lib/rails-push-notifications/apps/mpns_app.rb, line 17 def build_pusher RubyPushNotifications::MPNS::MPNSPusher.new cert end
notification_type()
click to toggle source
@return [RubyPushNotifications::MPNS::MPNSNotification]. The type of
notifications this app manages
# File lib/rails-push-notifications/apps/mpns_app.rb, line 23 def notification_type RubyPushNotifications::MPNS::MPNSNotification end