Class: Virtuozzo::SOAP::Types::Scheduler::UserType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/scheduler.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesuserType

initial_group - Virtuozzo::SOAP::Types::Scheduler::UserType::Initial_group
group - Virtuozzo::SOAP::Types::Scheduler::UserType::Group
uid - SOAP::SOAPInt
shell - SOAP::SOAPString
password - SOAP::SOAPBase64
home_dir - SOAP::SOAPString
name - SOAP::SOAPString
comment - SOAP::SOAPString

Direct Known Subclasses

GroupType::User

Defined Under Namespace

Classes: Group, Initial_group

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



1185
1186
1187
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1185

def comment
  @comment
end

#groupObject

Returns the value of attribute group.



1179
1180
1181
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1179

def group
  @group
end

#home_dirObject

Returns the value of attribute home_dir.



1183
1184
1185
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1183

def home_dir
  @home_dir
end

#initial_groupObject

Returns the value of attribute initial_group.



1178
1179
1180
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1178

def initial_group
  @initial_group
end

#nameObject

Returns the value of attribute name.



1184
1185
1186
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1184

def name
  @name
end

#passwordObject

Returns the value of attribute password.



1182
1183
1184
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1182

def password
  @password
end

#shellObject

Returns the value of attribute shell.



1181
1182
1183
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1181

def shell
  @shell
end

#uidObject

Returns the value of attribute uid.



1180
1181
1182
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1180

def uid
  @uid
end