Method: Inspec::Resources::User#username

Defined in:
lib/resources/users.rb

#usernameObject



170
171
172
# File 'lib/resources/users.rb', line 170

def username
  identity[:username] unless identity.nil?
end