Class: RubyPushNotifications::WNS::WNSResult
- Inherits:
-
Object
- Object
- RubyPushNotifications::WNS::WNSResult
- Defined in:
- lib/ruby-push-notifications/wns/wns_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/hh465435.aspx#WNSResponseCodes
Direct Known Subclasses
MalformedWNSResultError, WNSAuthError, WNSExpiredError, WNSInternalError, WNSInvalidError, WNSLimitError, WNSPreConditionError, WNSResultError, WNSResultOK
Constant Summary collapse
- X_NOTIFICATION_STATUS =
'x-wns-notificationstatus'
- X_DEVICE_CONNECTION_STATUS =
'x-wns-deviceconnectionstatus'
- X_STATUS =
'x-wns-status'
Instance Attribute Summary collapse
-
#device_url ⇒ String
. Receiver WNS device URL..
Instance Attribute Details
#device_url ⇒ String
Returns . Receiver WNS device URL.
8 9 10 |
# File 'lib/ruby-push-notifications/wns/wns_result.rb', line 8 def device_url @device_url end |