Class: Virtuozzo::SOAP::Types::ProcInfo::UserType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ProcInfo::UserType
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesuserType
initial_group - Virtuozzo::SOAP::Types::ProcInfo::UserType::Initial_group
group - Virtuozzo::SOAP::Types::ProcInfo::UserType::Group
uid - SOAP::SOAPInt
shell - SOAP::SOAPString
password - SOAP::SOAPBase64
home_dir - SOAP::SOAPString
name - SOAP::SOAPString
comment - SOAP::SOAPString
Direct Known Subclasses
Defined Under Namespace
Classes: Group, Initial_group
Instance Attribute Summary collapse
-
#comment ⇒ Object
Returns the value of attribute comment.
-
#group ⇒ Object
Returns the value of attribute group.
-
#home_dir ⇒ Object
Returns the value of attribute home_dir.
-
#initial_group ⇒ Object
Returns the value of attribute initial_group.
-
#name ⇒ Object
Returns the value of attribute name.
-
#password ⇒ Object
Returns the value of attribute password.
-
#shell ⇒ Object
Returns the value of attribute shell.
-
#uid ⇒ Object
Returns the value of attribute uid.
Instance Method Summary collapse
-
#initialize(initial_group = nil, group = [], uid = nil, shell = nil, password = nil, home_dir = nil, name = nil, comment = nil) ⇒ UserType
constructor
A new instance of UserType.
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.
1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1034 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
#comment ⇒ Object
Returns the value of attribute comment.
1032 1033 1034 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1032 def comment @comment end |
#group ⇒ Object
Returns the value of attribute group.
1026 1027 1028 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1026 def group @group end |
#home_dir ⇒ Object
Returns the value of attribute home_dir.
1030 1031 1032 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1030 def home_dir @home_dir end |
#initial_group ⇒ Object
Returns the value of attribute initial_group.
1025 1026 1027 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1025 def initial_group @initial_group end |
#name ⇒ Object
Returns the value of attribute name.
1031 1032 1033 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1031 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
1029 1030 1031 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1029 def password @password end |
#shell ⇒ Object
Returns the value of attribute shell.
1028 1029 1030 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1028 def shell @shell end |
#uid ⇒ Object
Returns the value of attribute uid.
1027 1028 1029 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1027 def uid @uid end |