Class: Kintone::Command::App
- Inherits:
-
Kintone::Command
- Object
- Kintone::Command
- Kintone::Command::App
- Defined in:
- lib/kintone/command/app.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/app.rb', line 4 def self.path 'app' end |
Instance Method Details
#get(id) ⇒ Object
8 9 10 |
# File 'lib/kintone/command/app.rb', line 8 def get(id) @api.get(@url, id: id) end |