Sha256: 034b293f5e730b74ba90940f7c85e4470e9ec63d7835094951b9561d9a634966
Contents?: true
Size: 216 Bytes
Versions: 11
Compression:
Stored size: 216 Bytes
Contents
require 'kintone/command' class Kintone::Command::Space < Kintone::Command def self.path 'space' end def get(id) @api.get(@url, id: id) end def delete(id) @api.delete(@url, id: id) end end
Version data entries
11 entries across 11 versions & 3 rubygems