module Fleet::Client::Machines

Constants

MACHINES_RESOURCE

Public Instance Methods

list_machines() click to toggle source
# File lib/fleet/client/machines.rb, line 7
def list_machines
  get(machines_path, nil)
end

Private Instance Methods

machines_path(*parts) click to toggle source
# File lib/fleet/client/machines.rb, line 13
def machines_path(*parts)
  resource_path(MACHINES_RESOURCE, *parts)
end