Method: Inspec::Resources::UserInfo#list_users

Defined in:
lib/resources/users.rb

#list_usersObject

returns an array with users



317
318
319
# File 'lib/resources/users.rb', line 317

def list_users
  raise 'user provider must implement the `list_users` method'
end