class Kintone::Command::RecordAcl

Public Class Methods

path() click to toggle source
# File lib/kintone/command/record_acl.rb, line 4
def self.path
  'record/acl'
end

Public Instance Methods

update(id, rights) click to toggle source
# File lib/kintone/command/record_acl.rb, line 8
def update(id, rights)
  @api.put(@url, id: id, rights: rights)
end