Method: Chef::UserV1#initialize

Defined in:
lib/chef/user_v1.rb

#initializeUserV1

Returns a new instance of UserV1.

[View source]

44
45
46
47
48
49
50
51
52
53
54
55
# File 'lib/chef/user_v1.rb', line 44

def initialize
  @username = nil
  @display_name = nil
  @first_name = nil
  @middle_name = nil
  @last_name = nil
  @email = nil
  @password = nil
  @public_key = nil
  @private_key = nil
  @create_key = nil
end