class RailsBand::ActionCable::Event::TransmitSubscriptionRejection
A wrapper for the event that is passed to ‘transmit_subscription_rejection.action_cable`.
Public Instance Methods
channel_class()
click to toggle source
# File lib/rails_band/action_cable/event/transmit_subscription_rejection.rb, line 8 def channel_class @channel_class ||= @event.payload.fetch(:channel_class) end