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

Defined in:
lib/virtuozzo/soap/types/scheduler.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.



1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1187

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