class Bullet::Notification::Base

def notification_data

def notification_data
  hash = {}
  hash[:user] = whoami unless Bullet.skip_user_in_notification
  hash[:url] = url
  hash[:title] = title
  hash[:body] = body_with_caller
  hash
end