class Kintone::Command::App

Public Class Methods

path() click to toggle source
# File lib/kintone/command/app.rb, line 4
def self.path
  'app'
end

Public Instance Methods

get(id) click to toggle source
# File lib/kintone/command/app.rb, line 8
def get(id)
  @api.get(@url, id: id)
end