Class: Virtuozzo::SOAP::Drivers::Device::UserType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Device::UserType
- Defined in:
- lib/virtuozzo/soap/drivers/device/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesuserType
initial_group - Virtuozzo::SOAP::Drivers::Device::UserType::Initial_group
group - Virtuozzo::SOAP::Drivers::Device::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.
1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1793 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.
1791 1792 1793 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1791 def comment @comment end |
#group ⇒ Object
Returns the value of attribute group.
1785 1786 1787 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1785 def group @group end |
#home_dir ⇒ Object
Returns the value of attribute home_dir.
1789 1790 1791 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1789 def home_dir @home_dir end |
#initial_group ⇒ Object
Returns the value of attribute initial_group.
1784 1785 1786 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1784 def initial_group @initial_group end |
#name ⇒ Object
Returns the value of attribute name.
1790 1791 1792 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1790 def name @name end |
#password ⇒ Object
Returns the value of attribute password.
1788 1789 1790 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1788 def password @password end |
#shell ⇒ Object
Returns the value of attribute shell.
1787 1788 1789 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1787 def shell @shell end |
#uid ⇒ Object
Returns the value of attribute uid.
1786 1787 1788 |
# File 'lib/virtuozzo/soap/drivers/device/types.rb', line 1786 def uid @uid end |