Class: Kintone::Command::Apps
- Inherits:
-
Kintone::Command
- Object
- Kintone::Command
- Kintone::Command::Apps
- Defined in:
- lib/kintone/command/apps.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Kintone::Command
Constructor Details
This class inherits a constructor from Kintone::Command
Class Method Details
.path ⇒ Object
4 5 6 |
# File 'lib/kintone/command/apps.rb', line 4 def self.path 'apps' end |
Instance Method Details
#get(params = {}) ⇒ Object
8 9 10 11 |
# File 'lib/kintone/command/apps.rb', line 8 def get(params = {}) response = @api.get(@url, params) response['apps'] end |