Class: Kaseya::VSA::Client::MachineGroups

Inherits:
Api
  • Object
show all
Defined in:
lib/kaseya/vsa/client/machine_groups.rb

Instance Attribute Summary

Attributes inherited from Api

#connection

Instance Method Summary collapse

Methods inherited from Api

#delete, #get_many, #get_one, #initialize, #post, #put

Constructor Details

This class inherits a constructor from Kaseya::VSA::Api

Instance Method Details

#all(params = {}) ⇒ Object



3
4
5
# File 'lib/kaseya/vsa/client/machine_groups.rb', line 3

def all(params = {})
  get_many "system/machinegroups", params
end