class Kintone::Command

Public Class Methods

new(api) click to toggle source
# File lib/kintone/command.rb, line 8
def initialize(api)
  @api = api
  @url = @api.get_url(self.class.path)
end
path() click to toggle source
# File lib/kintone/command.rb, line 4
def self.path
  '/'
end