Sha256: 58874170ab828095025065104d974154bba9bf28d614e8ff7465815e91cd15fa
Contents?: true
Size: 195 Bytes
Versions: 11
Compression:
Stored size: 195 Bytes
Contents
require 'kintone/command' class Kintone::Command::AppAcl < Kintone::Command def self.path 'app/acl' end def update(app, rights) @api.put(@url, app: app, rights: rights) end end
Version data entries
11 entries across 11 versions & 3 rubygems