Class: Kandji::Device::Applications
- Defined in:
- lib/kandji/device/applications.rb
Constant Summary
Constants inherited from Client
Class Method Summary collapse
Methods inherited from Client
build_url, get, headers, paginated_cursor_get, paginated_get
Class Method Details
.all(device_id) ⇒ Object
6 7 8 |
# File 'lib/kandji/device/applications.rb', line 6 def self.all(device_id) get("devices/#{device_id}/apps")["apps"] end |