Method: Inspec::Resources::User#exists?

Defined in:
lib/resources/users.rb

#exists?Boolean

Returns:

  • (Boolean)


158
159
160
# File 'lib/resources/users.rb', line 158

def exists?
  !identity.nil? && !identity[:username].nil?
end