Sha256: 7a4420ce8c43960271187313433303744083d84a175d3bac6558ddd7034fbd68

Contents?: true

Size: 196 Bytes

Versions: 11

Compression:

Stored size: 196 Bytes

Contents

require 'kintone/command'

class Kintone::Command::FieldAcl < Kintone::Command
  def self.path
    'field/acl'
  end

  def update(id, rights)
    @api.put(@url, id: id, rights: rights)
  end
end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
kintone_rb-1.0.1 lib/kintone/command/field_acl.rb
kintone_rb-1.0.0 lib/kintone/command/field_acl.rb
kintone-oauth-extension-0.2.2 lib/kintone/command/field_acl.rb
kintone-oauth-extension-0.2.1 lib/kintone/command/field_acl.rb
kintone-0.1.5 lib/kintone/command/field_acl.rb
kintone-0.1.4 lib/kintone/command/field_acl.rb
kintone-0.1.3 lib/kintone/command/field_acl.rb
kintone-0.1.2 lib/kintone/command/field_acl.rb
kintone-0.1.1 lib/kintone/command/field_acl.rb
kintone-0.1.0 lib/kintone/command/field_acl.rb
kintone-0.0.5 lib/kintone/command/field_acl.rb