class RailsBand::ActionCable::Event::TransmitSubscriptionConfirmation

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

Public Instance Methods

channel_class() click to toggle source
# File lib/rails_band/action_cable/event/transmit_subscription_confirmation.rb, line 8
def channel_class
  @channel_class ||= @event.payload.fetch(:channel_class)
end