# File lib/etherpad-lite/models/pad.rb, line 156
    def author_ids
      @instance.client.listAuthorsOfPad(padID: @id)[:authorIDs] || []
    end