class RailsBand::ActionCable::Event::PerformAction

def action

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