class RailsBand::ActionDispatch::Event::Redirect

def status

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