Class: Virtuozzo::SOAP::Drivers::Session::UserType

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

Overview

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

initial_group - Virtuozzo::SOAP::Drivers::Session::UserType::Initial_group
group - Virtuozzo::SOAP::Drivers::Session::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



1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1059

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.



1057
1058
1059
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1057

def comment
  @comment
end

#groupObject

Returns the value of attribute group.



1051
1052
1053
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1051

def group
  @group
end

#home_dirObject

Returns the value of attribute home_dir.



1055
1056
1057
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1055

def home_dir
  @home_dir
end

#initial_groupObject

Returns the value of attribute initial_group.



1050
1051
1052
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1050

def initial_group
  @initial_group
end

#nameObject

Returns the value of attribute name.



1056
1057
1058
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1056

def name
  @name
end

#passwordObject

Returns the value of attribute password.



1054
1055
1056
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1054

def password
  @password
end

#shellObject

Returns the value of attribute shell.



1053
1054
1055
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1053

def shell
  @shell
end

#uidObject

Returns the value of attribute uid.



1052
1053
1054
# File 'lib/virtuozzo/soap/drivers/session/types.rb', line 1052

def uid
  @uid
end