class Kintone::Command::AppAcl
Public Class Methods
path()
click to toggle source
# File lib/kintone/command/app_acl.rb, line 4 def self.path 'app/acl' end
Public Instance Methods
update(app, rights)
click to toggle source
# File lib/kintone/command/app_acl.rb, line 8 def update(app, rights) @api.put(@url, app: app, rights: rights) end