class Kintone::Command::Space
Public Class Methods
path()
click to toggle source
# File lib/kintone/command/space.rb, line 4 def self.path 'space' end
Public Instance Methods
delete(id)
click to toggle source
# File lib/kintone/command/space.rb, line 12 def delete(id) @api.delete(@url, id: id) end
get(id)
click to toggle source
# File lib/kintone/command/space.rb, line 8 def get(id) @api.get(@url, id: id) end