class RailsBand::ActionCable::Event::TransmitSubscriptionConfirmation
A wrapper for the event that is passed to ‘transmit_subscription_confirmation.action_cable`.
def channel_class
def channel_class @channel_class ||= @event.payload.fetch(:channel_class) end