# File lib/etherpad-lite/models/pad.rb, line 187 def public=(status) @instance.client.setPublicStatus(padID: @id, publicStatus: status) end