Class: Rpush::Client::Redis::Wns::BadgeNotification

Inherits:
Notification
  • Object
show all
Includes:
ActiveModel::Wns::Notification
Defined in:
lib/rpush/client/redis/wns/badge_notification.rb

Constant Summary

Constants included from ActiveModel::Wns::Notification

ActiveModel::Wns::Notification::WNS_PRIORITIES, ActiveModel::Wns::Notification::WNS_PRIORITY_HIGH, ActiveModel::Wns::Notification::WNS_PRIORITY_LOW, ActiveModel::Wns::Notification::WNS_PRIORITY_MEDIUM, ActiveModel::Wns::Notification::WNS_PRIORITY_VERY_LOW

Instance Method Summary collapse

Methods included from ActiveModel::Wns::Notification

included

Methods inherited from Notification

absolute_pending_namespace, absolute_retryable_namespace, #app, #app=

Methods included from ActiveModel::Notification

included, #payload, #payload_data_size

Methods included from MultiJsonHelper

#multi_json_dump, #multi_json_load

Instance Method Details

#skip_data_validation?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/rpush/client/redis/wns/badge_notification.rb', line 8

def skip_data_validation?
  true
end