module Rpush::Client::ActiveModel::Wns::Notification::InstanceMethods
Public Instance Methods
alert=(value)
click to toggle source
# File lib/rpush/client/active_model/wns/notification.rb, line 7 def alert=(value) return unless value data = self.data || {} data['title'] = value self.data = data end
skip_data_validation?()
click to toggle source
# File lib/rpush/client/active_model/wns/notification.rb, line 14 def skip_data_validation? false end