class RailsBand::ActionCable::Event::PerformAction

def data

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