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