Class: Rpush::Client::ActiveRecord::Wns::BadgeNotification
- Inherits:
-
Notification
- Object
- ActiveRecord::Base
- Notification
- Rpush::Client::ActiveRecord::Wns::BadgeNotification
- Defined in:
- lib/rpush/client/active_record/wns/badge_notification.rb
Constant Summary
Constants included from Rpush::Client::ActiveModel::Wns::Notification
Rpush::Client::ActiveModel::Wns::Notification::WNS_PRIORITIES, Rpush::Client::ActiveModel::Wns::Notification::WNS_PRIORITY_HIGH, Rpush::Client::ActiveModel::Wns::Notification::WNS_PRIORITY_LOW, Rpush::Client::ActiveModel::Wns::Notification::WNS_PRIORITY_MEDIUM, Rpush::Client::ActiveModel::Wns::Notification::WNS_PRIORITY_VERY_LOW
Instance Method Summary collapse
Methods included from Rpush::Client::ActiveModel::Wns::Notification
Methods inherited from Notification
#data, #data=, #notification, #notification=, #registration_ids=
Methods included from Rpush::Client::ActiveModel::Notification
included, #payload, #payload_data_size
Methods included from MultiJsonHelper
#multi_json_dump, #multi_json_load
Instance Method Details
#skip_data_validation? ⇒ Boolean
8 9 10 |
# File 'lib/rpush/client/active_record/wns/badge_notification.rb', line 8 def skip_data_validation? true end |