Class: Virtuozzo::SOAP::Types::PerfMon::UserType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::PerfMon::UserType
- Defined in:
- lib/virtuozzo/soap/types/perf_mon.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesuserType
initial_group - Virtuozzo::SOAP::Types::PerfMon::UserType::Initial_group
group - Virtuozzo::SOAP::Types::PerfMon::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.
1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1064 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.
1062 1063 1064 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1062 def comment @comment end |
#group ⇒ Object
Returns the value of attribute group.
1056 1057 1058 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1056 def group @group end |
#home_dir ⇒ Object
Returns the value of attribute home_dir.
1060 1061 1062 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1060 def home_dir @home_dir end |
#initial_group ⇒ Object
Returns the value of attribute initial_group.
1055 1056 1057 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1055 def initial_group @initial_group end |
#name ⇒ Object
Returns the value of attribute name.
1061 1062 1063 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1061 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
1059 1060 1061 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1059 def password @password end |
#shell ⇒ Object
Returns the value of attribute shell.
1058 1059 1060 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1058 def shell @shell end |
#uid ⇒ Object
Returns the value of attribute uid.
1057 1058 1059 |
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1057 def uid @uid end |