Class: Rpush::Client::ActiveRecord::Wns::BadgeNotification

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

Instance Method Summary collapse

Methods included from Rpush::Client::ActiveModel::Wns::Notification

included

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

Returns:

  • (Boolean)


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

def skip_data_validation?
  true
end