# File lib/etherpad-lite/models/pad.rb, line 181
    def public?
      @instance.client.getPublicStatus(padID: @id)[:publicStatus]
    end