class RailsBand::ActionCable::Event::TransmitSubscriptionRejection

A wrapper for the event that is passed to ‘transmit_subscription_rejection.action_cable`.

def channel_class

def channel_class
  @channel_class ||= @event.payload.fetch(:channel_class)
end