Module: Fleet::Client::Machines

Included in:
Fleet::Client
Defined in:
lib/fleet/client/machines.rb

Constant Summary collapse

MACHINES_RESOURCE =
'machines'

Instance Method Summary collapse

Instance Method Details

#list_machinesObject



7
8
9
# File 'lib/fleet/client/machines.rb', line 7

def list_machines
  get(machines_path, nil)
end