class Kaseya::VSA::Client::Agents

Public Instance Methods

all(params = {}) click to toggle source
# File lib/kaseya/vsa/client/agents.rb, line 3
def all(params = {})
  get_many "assetmgmt/agents", params
end
find(id) click to toggle source
# File lib/kaseya/vsa/client/agents.rb, line 7
def find(id)
  get_one "assetmgmt/agents/#{id}"
end