class RailsBand::ActionCable::Event::Transmit

def data

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