Sha256: 017aa44f8f46e63c1297cf2bf70c5638bdc3a5dd3fbdbd9d3151a2f73b0c6943
Contents?: true
Size: 158 Bytes
Versions: 10
Compression:
Stored size: 158 Bytes
Contents
require 'kintone/command' class Kintone::Command::App < Kintone::Command def self.path 'app' end def get(id) @api.get(@url, id: id) end end
Version data entries
10 entries across 10 versions & 3 rubygems