Method: Virtuozzo::SOAP::Types::OpLog::UserType#initialize

Defined in:
lib/virtuozzo/soap/types/op_log.rb

#initialize(initial_group = nil, group = [], uid = nil, shell = nil, password = nil, home_dir = nil, name = nil, comment = nil) ⇒ UserType

Returns a new instance of UserType.



1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
# File 'lib/virtuozzo/soap/types/op_log.rb', line 1036

def initialize(initial_group = nil, group = [], uid = nil, shell = nil, password = nil, home_dir = nil, name = nil, comment = nil)
  @initial_group = initial_group
  @group = group
  @uid = uid
  @shell = shell
  @password = password
  @home_dir = home_dir
  @name = name
  @comment = comment
end