class NotificationPusher::ActionCable

Public Class Methods

new(notification, options = {}) click to toggle source
# File lib/notification_pusher/action_cable.rb, line 9
def initialize(notification, options = {})
  # ...
end