class Kintone::Command::Apps
Public Class Methods
path()
click to toggle source
# File lib/kintone/command/apps.rb, line 4 def self.path 'apps' end
Public Instance Methods
get(params = {})
click to toggle source
# File lib/kintone/command/apps.rb, line 8 def get(params = {}) response = @api.get(@url, params) response['apps'] end