Method: Inspec::Resources::UserInfo#list_users
- Defined in:
- lib/resources/users.rb
#list_users ⇒ Object
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 |