Sha256: 4bc07078042a514d9767737477e33e46b0b5d148729c27c692ff3c1d6b8e0813
Contents?: true
Size: 192 Bytes
Versions: 11
Compression:
Stored size: 192 Bytes
Contents
require 'kintone/command' class Kintone::Command::SpaceBody < Kintone::Command def self.path 'space/body' end def update(id, body) @api.put(@url, id: id, body: body) end end
Version data entries
11 entries across 11 versions & 3 rubygems