Class: RubyPushNotifications::MPNS::MPNSResult
- Inherits:
-
Object
- Object
- RubyPushNotifications::MPNS::MPNSResult
- Defined in:
- lib/ruby-push-notifications/mpns/mpns_result.rb
Overview
Class that encapsulates the result of a single sent notification to a single Device URL (msdn.microsoft.com/en-us/library/windows/apps/ff941100%28v=vs.105%29.aspx)
Direct Known Subclasses
MPNSAuthError, MPNSInternalError, MPNSInvalidError, MPNSLimitError, MPNSPreConditionError, MPNSResultError, MPNSResultOK, MalformedMPNSResultError
Constant Summary collapse
- X_NOTIFICATION_STATUS =
'x-notificationstatus'
- X_DEVICE_CONNECTION_STATUS =
'x-deviceconnectionstatus'
- X_SUBSCRIPTION_STATUS =
'x-subscriptionstatus'
Instance Attribute Summary collapse
-
#device_url ⇒ String
. Receiver MPNS device URL..
Instance Attribute Details
#device_url ⇒ String
Returns . Receiver MPNS device URL.
9 10 11 |
# File 'lib/ruby-push-notifications/mpns/mpns_result.rb', line 9 def device_url @device_url end |