# File lib/bullet/notification/base.rb, line 56
      def notification_data
        {
          user: whoami,
          url: url,
          title: title,
          body: body_with_caller
        }
      end