Method: Inspec::Resources::UserInfo#list_users

Defined in:
lib/resources/users.rb

#list_usersObject

returns an array with users



315
316
317
# File 'lib/resources/users.rb', line 315

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